feat: add guz to docker group

This commit is contained in:
Guz
2024-09-09 16:55:07 -03:00
parent 71699b380e
commit 1f6245c5e5

View File

@@ -25,7 +25,7 @@
hashedPasswordFile = builtins.toString config.sops.secrets."guz/password".path; hashedPasswordFile = builtins.toString config.sops.secrets."guz/password".path;
home = "/home/guz"; home = "/home/guz";
isNormalUser = true; isNormalUser = true;
extraGroups = ["wheel" "networkmanager" "plugdev"]; extraGroups = ["wheel" "networkmanager" "plugdev" "docker"];
}; };
home-manager.users."guz" = import ./homes/guz.nix; home-manager.users."guz" = import ./homes/guz.nix;