Browse Source

Include user in network manager settings

main
parent
commit
e1915db183
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      hosts/raspberry/configuration.nix

2
README.org

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

2
hosts/raspberry/configuration.nix

@ -32,6 +32,6 @@
users.users.chris = {
shell = pkgs.fish;
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "networkmanager" ];
};
}
Loading…
Cancel
Save