Add user to docker group

This commit is contained in:
rotterdam 2023-02-22 15:55:21 -03:00
parent 30d4fcf1eb
commit 4cc8a6038c

View file

@ -7,6 +7,7 @@
shell = pkgs.fish;
extraGroups = [
"networkmanager"
"docker"
"wheel"
];
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcwF1yuWEfYGScNocEbs0AmGxyTIzGc4/IhpU587SJE" ];