diff options
Diffstat (limited to '')
-rw-r--r-- | ginaz/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ginaz/configuration.nix b/ginaz/configuration.nix index e37b044..c3409e9 100644 --- a/ginaz/configuration.nix +++ b/ginaz/configuration.nix @@ -121,7 +121,7 @@ st stoken surge - surge-XT + #surge-XT sxiv synthv1 sysstat @@ -169,6 +169,7 @@ networking.networkmanager.enable = true; networking.nftables.enable = true; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; programs.atop.enable = true; @@ -264,7 +265,6 @@ services.zfs.autoScrub.enable = true; services.zfs.trim.enable = true; - system.copySystemConfiguration = true; system.stateVersion = "23.11"; systemd = { |