From 4531f107bbb4f973a8d762b6b73c5ae22d5cf702 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 3 Nov 2025 09:44:47 +0100 Subject: remove experimental-features set by mkSystem --- hosts/sachiel/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts') 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"; } -- cgit v1.3.1