Add user to neworkmanager group

This commit is contained in:
2025-06-14 10:59:04 +02:00
parent 2d56b443fc
commit dff3c72108
2 changed files with 9 additions and 3 deletions

View File

@@ -81,7 +81,15 @@ in
users.users.${user} = {
isNormalUser = true;
hashedPassword = builtins.readFile ../password/${user};
extraGroups = ["wheel" "input" "docker" "audio" "mlocate" "libvirtd"];
extraGroups = [
"wheel"
"input"
"docker"
"audio"
"mlocate"
"libvirtd"
"networkmanager"
];
};
networking.nameservers = ["1.1.1.1" "9.9.9.9"];
networking.resolvconf.extraConfig = "name_servers=\"1.1.1.1 9.9.9.9\"";

View File

@@ -58,8 +58,6 @@ in
catppuccin-nvim
nvim-treesitter.withAllGrammars
# ts-comments-nvim
nvim-lspconfig
(blink-cmp.overrideAttrs {
# clashes with oil