mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Add user to neworkmanager group
This commit is contained in:
@@ -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\"";
|
||||
|
||||
@@ -58,8 +58,6 @@ in
|
||||
catppuccin-nvim
|
||||
|
||||
nvim-treesitter.withAllGrammars
|
||||
# ts-comments-nvim
|
||||
|
||||
nvim-lspconfig
|
||||
(blink-cmp.overrideAttrs {
|
||||
# clashes with oil
|
||||
|
||||
Reference in New Issue
Block a user