1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-04-30 15:47:29 +02:00

Add xqtc on beleth to docker group

This commit is contained in:
xqtc161 2024-05-27 19:29:50 +02:00
parent bc135c2d77
commit 911d79bf48

View file

@ -88,7 +88,7 @@ with lib; {
users.users.xqtc = {
isNormalUser = true;
extraGroups = ["wheel"];
extraGroups = ["wheel" "docker"];
packages = with pkgs; [
tree
];