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 = { users.users.xqtc = {
isNormalUser = true; isNormalUser = true;
extraGroups = ["wheel"]; extraGroups = ["wheel" "docker"];
packages = with pkgs; [ packages = with pkgs; [
tree tree
]; ];