fix(machines/terra): add michael to networkmanager group
This commit is contained in:
parent
bee3f439db
commit
15974e98d3
@ -55,7 +55,7 @@
|
|||||||
users.users.michael = {
|
users.users.michael = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Michael Thomas";
|
description = "Michael Thomas";
|
||||||
extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout" "libvirtd"];
|
extraGroups = ["wheel" "docker" "podman" "adbusers" "dialout" "libvirtd" "networkmanager"];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
# Neptune
|
# Neptune
|
||||||
|
Loading…
x
Reference in New Issue
Block a user