feat: nextcloud on server
This commit is contained in:
parent
e78ecc338e
commit
4c85c33053
1 changed files with 6 additions and 0 deletions
|
|
@ -287,6 +287,12 @@
|
|||
relayHost = "mail.voorwaarts.nl";
|
||||
relayPort = 587;
|
||||
};
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud29;
|
||||
hostName = "nc.itepastra.nl";
|
||||
config.adminpassFile = "/etc/nextcloud_admin_pass";
|
||||
};
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue