diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index 8db166d..ae3af87 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -214,6 +214,7 @@ in { }; nix = { + settings.experimental-features = [ "nix-command" "flakes" ]; gc = { automatic = true; dates = "weekly"; |