mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
moved option
This commit is contained in:
parent
ba3dfa1528
commit
431965594d
|
@ -6,7 +6,6 @@
|
|||
services.forgejo = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
database = {
|
||||
type = "postgres";
|
||||
};
|
||||
|
@ -24,6 +23,7 @@
|
|||
ENABLED = true;
|
||||
SMTP_ADDR = config.sops.secrets.smtp_address;
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
mailerPasswordFile = config.sops.secrets.smtp_password.path;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue