From 99fb53bf5dc9078e82761436e51bb30273850071 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 5 Feb 2026 21:54:10 +0100 Subject: feat(nix): allow experimental features flakes nix-command --- modules/hosts/adam/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hosts/adam') 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"; -- cgit v1.3.1