diff --git a/nixos/modules/services/nextcloud.nix b/nixos/modules/services/nextcloud.nix index eddc373..2ab849c 100755 --- a/nixos/modules/services/nextcloud.nix +++ b/nixos/modules/services/nextcloud.nix @@ -112,7 +112,7 @@ in { systemd.tmpfiles.rules = [ "Z ${nextcloud.paths.path0} 750 ${nextcloud.name} ${nextcloud.name} -" - "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -" + # "Z ${nextcloud.sops.path0} 750 ${nextcloud.name} ${nextcloud.name} -" ]; users.users.${nextcloud.name}.extraGroups = ["caddy" "nginx" "postgres"];