diff options
Diffstat (limited to 'modules/hosts/adam/configuration.nix')
| -rw-r--r-- | modules/hosts/adam/configuration.nix | 2 |
1 files changed, 2 insertions, 0 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"; |
