waffentrager: update nextcloud

This commit is contained in:
2024-06-17 13:41:18 +02:00
parent 7d90f5f210
commit d9c5af566b
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ in
config.nix = lib.mkIf cfg.enable {
settings = {
experimental-features = lib.mkMerge [[ "nix-command" "flakes" "no-url-literals" ] (lib.mkIf (materusCfg.stable) ["repl-flake"])];
experimental-features = lib.mkMerge [[ "nix-command" "flakes" "no-url-literals" ]];
auto-optimise-store = true;
trusted-users = [ "root" "@wheel" ];