fix(machines/terra): add michael to networkmanager group

This commit is contained in:
Michael Thomas 2024-09-07 11:56:57 -04:00
parent bee3f439db
commit 15974e98d3

View File

@ -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