modules/nixos/glauth: Fix undefined variable

This commit is contained in:
kat witch 2021-09-04 23:03:34 +01:00
parent 88428d9a3f
commit 97b48b9701
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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";