system: add user to networkmanager group

This commit is contained in:
Jez Cope 2021-04-02 14:23:56 +01:00
parent ca7b0cf059
commit 666416c4de

View File

@ -53,7 +53,7 @@ in {
users.users.jez = {
isNormalUser = true;
group = "jez";
extraGroups = [ "wheel" "video" "audio" ];
extraGroups = [ "wheel" "video" "audio" "networkmanager" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = [ ./data/yubikey_ssh.pub ];
};