about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-07-21 17:57:14 +0200
committerEmile <git@emile.space>2024-07-21 17:57:14 +0200
commit7818ec8da2550fdd33feb0996961e31b3b276ece (patch)
tree804f3c2733c951dd4e68f2412bd501fd3b55418f
parentae23deb4cc11593e6843f9754c3d47c26a63dab1 (diff)
enable the nix command and flakes on lampadas
-rw-r--r--nix/hosts/lampadas/configuration.nix1
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";