mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
waffentrager: update nextcloud
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user