chore: Rename module options
This commit is contained in:
parent
66c40b1026
commit
3f2e795b0e
6 changed files with 9 additions and 9 deletions
|
@ -13,11 +13,11 @@ in
|
|||
httpAddress = "127.0.0.1";
|
||||
httpPort = port;
|
||||
database.type = "postgres";
|
||||
disableRegistration = false;
|
||||
log = {
|
||||
level = "Warn";
|
||||
};
|
||||
settings = {
|
||||
service.DISABLE_REGISTRATION = false;
|
||||
log = {
|
||||
level = "Warn";
|
||||
};
|
||||
openid = {
|
||||
ENABLE_OPENID_SIGNUP = true;
|
||||
};
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Auto GC and store optimizations
|
||||
nix = {
|
||||
trustedUsers = [ "root" "gab" ];
|
||||
settings.trusted-users = [ "root" "gab" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue