aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/hosts/adam/configuration.nix2
-rw-r--r--modules/hosts/lilith/configuration.nix5
2 files changed, 6 insertions, 1 deletions
diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix
index 53094f0..92c387f 100644
--- a/modules/hosts/adam/configuration.nix
+++ b/modules/hosts/adam/configuration.nix
@@ -49,6 +49,8 @@
];
};
+ nix.settings.experimental-features = [ "nix-command" "flakes" ];
+
nixpkgs.config.allowUnfree = true;
nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "25.11";
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;