gerd.stalward: added stalwart mailserver

This commit is contained in:
eyjhb 2024-08-21 13:20:54 +02:00
parent e3114fb300
commit eab1162cfd
Signed by: eyjhb
GPG key ID: 609F508E3239F920
6 changed files with 165 additions and 3 deletions

View file

@ -16,9 +16,7 @@
./gerd/services/hedgedoc.nix
./gerd/services/cyberchef.nix
./gerd/services/nextcloud.nix
# ./gerd/services/owncast.nix
./gerd/services/stalwart.nix
];
networking.hostName = "gerd";
@ -32,6 +30,7 @@
"safe/svcs/forgejo" = { mountpoint = "/srv/forgejo"; extra.options.quota = "5G"; };
"safe/svcs/hedgedoc" = { mountpoint = "/srv/hedgedoc"; extra.options.quota = "5G"; };
"safe/svcs/nextcloud" = { mountpoint = "/srv/nextcloud"; extra.options.quota = "5G"; };
"safe/svcs/stalwart" = { mountpoint = "/srv/stalwart"; extra.options.quota = "5G"; };
};
};