diff options
| author | schererleander <leander@schererleander.de> | 2025-11-03 09:44:47 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-03 09:45:06 +0100 |
| commit | 4531f107bbb4f973a8d762b6b73c5ae22d5cf702 (patch) | |
| tree | 10935e37d85ac04d94a39cecf12da6b0b12190c2 /hosts | |
| parent | e804f23853c3505909c6ae64b5fd0d0f661e061d (diff) | |
remove experimental-features set by mkSystem
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/sachiel/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix index 4372836..0a36191 100644 --- a/hosts/sachiel/configuration.nix +++ b/hosts/sachiel/configuration.nix @@ -236,10 +236,7 @@ ]; }; - nix.settings.experimental-features = [ - "nix-command" - "flakes" - ]; + nixpkgs.config.allowUnfree = true; system.stateVersion = "25.05"; } |
