Migrate Dawarich to the new Nixified version

This commit is contained in:
Gene Liverman 2026-01-24 18:28:00 -05:00
parent 22b57c9279
commit 31a4fec38b
3 changed files with 36 additions and 24 deletions

View file

@ -56,6 +56,15 @@ in {
server_name = "collabora.pack1828.org";
};
};
dawarich = {
enable = true;
configureNginx = true;
localDomain = "location.technicalissues.us";
smtp = {
fromAddress = "location@hetznix01.technicalissues.us";
host = "127.0.0.1";
};
};
nextcloud = {
enable = true;
hostName = "cloud.pack1828.org";