debug windowrules
This commit is contained in:
8
modules/optionnals/docker.nix
Normal file
8
modules/optionnals/docker.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{
|
||||
virtualisation.docker.enable = true;
|
||||
users.users.${username}.extraGroups = [ "docker" ];
|
||||
}
|
||||
Reference in New Issue
Block a user