From 911d79bf48e7075dedce720a0ee92f819e0ef883 Mon Sep 17 00:00:00 2001 From: xqtc161 Date: Mon, 27 May 2024 19:29:50 +0200 Subject: [PATCH] Add xqtc on beleth to docker group --- hosts/x86_64-linux/beleth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index 1e0c206..f365f49 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -88,7 +88,7 @@ with lib; { users.users.xqtc = { isNormalUser = true; - extraGroups = ["wheel"]; + extraGroups = ["wheel" "docker"]; packages = with pkgs; [ tree ];