gerd.stalward: added stalwart mailserver
This commit is contained in:
parent
e3114fb300
commit
eab1162cfd
6 changed files with 165 additions and 3 deletions
|
@ -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"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue