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