Migrate mailserver to ponyo

This commit is contained in:
2023-03-11 22:36:52 -07:00
parent a5f7bb8a22
commit ecb6d1ef63
7 changed files with 113 additions and 93 deletions

View File

@@ -14,11 +14,8 @@ in {
domain = cfg.hostname;
rootUrl = "https://${cfg.hostname}/";
appName = cfg.hostname;
ssh.enable = true;
# lfs.enable = true;
dump.enable = true;
cookieSecure = true;
disableRegistration = true;
settings = {
other = {
SHOW_FOOTER_VERSION = false;
@@ -26,6 +23,12 @@ in {
ui = {
DEFAULT_THEME = "arc-green";
};
service = {
DISABLE_REGISTRATION = true;
};
session = {
COOKIE_SECURE = true;
};
};
};
services.nginx.enable = true;