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