diff --git a/configuration.nix b/configuration.nix index 7ecdd77..55a6bbc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,12 +17,7 @@ services.fwupd.enable = true; - nix = { - package = pkgs.nixUnstable; - extraOptions = '' - experimental-features = nix-command flakes - ''; - }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; networking.hostName = "nixos"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.