work
This commit is contained in:
parent
e0f1f5b6fb
commit
e4ef84b32e
24 changed files with 131 additions and 189 deletions
5
hosts/headful/work/docker.nix
Normal file
5
hosts/headful/work/docker.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{config, ...}: {
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
users.groups.docker.members = config.users.normalUsers;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue