add usr to the docker group
This commit is contained in:
parent
858bfb84d0
commit
413796ae2a
|
@ -14,6 +14,13 @@
|
|||
../../modules/rbw.nix
|
||||
];
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
|
||||
users.users.usr.extraGroups = [
|
||||
"docker"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wine
|
||||
xdotool
|
||||
|
|
Loading…
Reference in New Issue