diff --git a/config/modules/nixos/glauth.nix b/config/modules/nixos/glauth.nix index 7ba0fbc4..4c4cabb0 100644 --- a/config/modules/nixos/glauth.nix +++ b/config/modules/nixos/glauth.nix @@ -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";