Add user to docker group
This commit is contained in:
parent
30d4fcf1eb
commit
4cc8a6038c
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
shell = pkgs.fish;
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"docker"
|
||||
"wheel"
|
||||
];
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcwF1yuWEfYGScNocEbs0AmGxyTIzGc4/IhpU587SJE" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue