feat: nextcloud on server

This commit is contained in:
Noa Aarts 2024-08-31 11:48:10 +02:00
parent e78ecc338e
commit 4c85c33053
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -287,6 +287,12 @@
relayHost = "mail.voorwaarts.nl"; relayHost = "mail.voorwaarts.nl";
relayPort = 587; relayPort = 587;
}; };
nextcloud = {
enable = true;
package = pkgs.nextcloud29;
hostName = "nc.itepastra.nl";
config.adminpassFile = "/etc/nextcloud_admin_pass";
};
}; };
mailserver = { mailserver = {