aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/lilith/configuration.nix
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-02-05 21:54:10 +0100
committerLeander Scherer <leander@schererleander.de>2026-02-05 21:54:10 +0100
commit99fb53bf5dc9078e82761436e51bb30273850071 (patch)
treea00e010103f68dfa54749e1ed23a2858d882c05b /modules/hosts/lilith/configuration.nix
parentd2c7fb0bfe44fe37833e5c50329839d33e42c7b1 (diff)
feat(nix): allow experimental features flakes nix-command
Diffstat (limited to 'modules/hosts/lilith/configuration.nix')
-rw-r--r--modules/hosts/lilith/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/hosts/lilith/configuration.nix b/modules/hosts/lilith/configuration.nix
index 46e8352..2c58bc1 100644
--- a/modules/hosts/lilith/configuration.nix
+++ b/modules/hosts/lilith/configuration.nix
@@ -57,7 +57,10 @@
onActivation.upgrade = true;
};
- nix.enable = false;
+ nix = {
+ enable = true;
+ settings.experimental-features = [ "nix-command" "flakes" ];
+ };
nixpkgs.config.allowUnfree = true;
system.stateVersion = 6;