updates
This commit is contained in:
parent
5fd3d3a40a
commit
7a46a2c96b
6 changed files with 13 additions and 6 deletions
5
hosts/_common/components/docker.nix
Normal file
5
hosts/_common/components/docker.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ settings, ... }:
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
users.extraGroups.docker.members = [ settings.user.username ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue