add usr to the docker group

This commit is contained in:
stupidcomputer 2024-06-20 17:42:27 -05:00
parent e14c936278
commit c729e57431
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@
../../modules/rbw.nix
];
virtualisation.docker.enable = true;
users.users.usr.extraGroups = [
"docker"
];
environment.systemPackages = with pkgs; [
wine
xdotool