Manage nextcloud in nixos instead of docker

This commit is contained in:
Charlotte Van Petegem 2021-04-05 15:45:31 +02:00
parent 5ff52a0e19
commit 448d3fb359
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 43 additions and 0 deletions

View file

@ -17,6 +17,7 @@
stateVersion = "20.09";
docker.enable = true;
nginx.enable = true;
nextcloud.enable = true;
ovh.enable = true;
smartd.enable = true;
sshd.enable = true;