diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-02-05 21:54:10 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-02-05 21:54:10 +0100 |
| commit | 99fb53bf5dc9078e82761436e51bb30273850071 (patch) | |
| tree | a00e010103f68dfa54749e1ed23a2858d882c05b /modules/hosts/adam | |
| parent | d2c7fb0bfe44fe37833e5c50329839d33e42c7b1 (diff) | |
feat(nix): allow experimental features flakes nix-command
Diffstat (limited to 'modules/hosts/adam')
| -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"; |
