diff options
| -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"; } |
