mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
modules/nixos/glauth: Fix undefined variable
This commit is contained in:
parent
88428d9a3f
commit
97b48b9701
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ in
|
|||
configFile = {
|
||||
description = "The config path that GLAuth uses";
|
||||
type = types.path;
|
||||
default = pkgs.writeText "glauth-config" outTOML;
|
||||
default = pkgs.writeText "glauth-config" cfg.outTOML;
|
||||
};
|
||||
database = {
|
||||
enable = mkEnableOption "use a database";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue