feat: add guz to docker group
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user