From fcd98dc245f1d0480b072f2b3b41187deecafc83 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 16 Dec 2023 19:08:59 -0800 Subject: [PATCH] Updated NixOS update command --- configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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.