Revert "remote networkmanager group"

This reverts commit 0e32fc6f7d.
This commit is contained in:
Adithya 2023-09-24 21:18:06 +05:30
parent 931af92bfa
commit 8e88e81b86
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -15,7 +15,7 @@ in {
inherit (user.primary) hashedPassword; inherit (user.primary) hashedPassword;
description = user.primary.realName; description = user.primary.realName;
isNormalUser = true; isNormalUser = true;
extraGroups = ["docker" "libvirtd" "tss" "wheel"]; extraGroups = ["docker" "libvirtd" "networkmanager" "tss" "wheel"];
shell = pkgs.zsh; shell = pkgs.zsh;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
user.primary.sshPublicKey user.primary.sshPublicKey