@ -662,7 +662,7 @@ Deploy this configuration with ~sudo nixos-rebuild switch --flake /etc/dotfiles/
users.users.chris = {
shell = pkgs.fish;
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "networkmanager" ];
};
}
#+END_SRC
@ -32,6 +32,6 @@