From 132a11ccc92af16e9864cb5d191234bcebd3d6c1 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 16 Dec 2023 19:07:01 -0800 Subject: [PATCH] Updated NixOS update commands --- configuration.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/configuration.nix b/configuration.nix index 585438d..3e90cf6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -53,15 +53,7 @@ in options = [ "nofail" ]; }; - nix = { - package = pkgs.nixUnstable; - extraOptions = '' - experimental-features = nix-command flakes - experimental-features = auto-allocate-uids - experimental-features = configurable-impure-env - - ''; - }; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; networking.hostName = "nixos"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.