nixos/geoipupdate: Fix config filename copy-paste fail
This commit is contained in:
parent
6d84e50b19
commit
99454b6f77
@ -119,7 +119,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
geoipupdateConf = pkgs.writeText "discourse.conf" (geoipupdateKeyValue cfg.settings);
|
||||
geoipupdateConf = pkgs.writeText "geoipupdate.conf" (geoipupdateKeyValue cfg.settings);
|
||||
|
||||
script = ''
|
||||
mkdir -p "${cfg.settings.DatabaseDirectory}"
|
||||
|
Loading…
Reference in New Issue
Block a user