bug: fixed permissions

This commit is contained in:
Harry 2024-08-12 21:52:33 +02:00
parent 4fa4b25d39
commit 82b6f96b71

View file

@ -9,7 +9,9 @@
}/nextcloud-extras.nix"
]; # adding caddy support
sops.secrets.adminNextcloudPass = { };
sops.secrets.adminNextcloudPass = {
owner = "nextcloud";
};
services.nextcloud = {
enable = true;
hostName = "cloud.hypervirtual.world";