nextcloud: create service

This commit is contained in:
Antoine Martin 2021-03-23 19:31:59 +01:00
parent 48c87a4d8a
commit b04d9e51a1
6 changed files with 80 additions and 0 deletions

View file

@ -114,6 +114,10 @@ in
domain = "monitoring.${config.networking.domain}";
};
nextcloud = {
enable = true;
};
postgresql-backup = {
enable = true;
};