Updated NixOS update commands

This commit is contained in:
naturallaw77 2023-12-16 19:07:01 -08:00
parent 5cd1796531
commit 132a11ccc9

View File

@ -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.