mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Add email support to nextcloud
This commit is contained in:
parent
dbb8fdcfbb
commit
69e69307e4
4 changed files with 40 additions and 6 deletions
|
|
@ -15,6 +15,9 @@
|
|||
ssh.enable = true;
|
||||
exitNode.enable = true;
|
||||
};
|
||||
nextcloud.enable = true;
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
emailServer.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue