From 7818ec8da2550fdd33feb0996961e31b3b276ece Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:57:14 +0200 Subject: enable the nix command and flakes on lampadas --- nix/hosts/lampadas/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit 1.4.1