remote networkmanager group

This commit is contained in:
Adithya 2023-07-20 23:32:04 +05:30
parent 027834dc59
commit 0e32fc6f7d
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

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