diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/system/users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/system/users.nix b/hosts/common/system/users.nix index 3b4dfaa..7d847f3 100644 --- a/hosts/common/system/users.nix +++ b/hosts/common/system/users.nix @@ -12,7 +12,7 @@ group = "fcuny"; home = "/home/fcuny"; shell = pkgs.fish; - extraGroups = [ "users" "wheel" ]; + extraGroups = [ "users" "wheel" "docker" ]; hashedPassword = "$6$i.z1brxtb44JAEco$fDD2Izl.zRR9vBCB2VBKPScChGw38EEl7QEiBTJ/EwgP3oSL0X3ZHq0PJ.RtqzBsWTPUjl4F3MKOBMhnaAPr6."; openssh.authorizedKeys.keys = [ |