From 30cb4c0eed662f80da193e094d7e5f86aad29ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 15 Feb 2024 19:30:51 +0100 Subject: [PATCH] add waypipe user to video group --- clanModules/waypipe.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanModules/waypipe.nix b/clanModules/waypipe.nix index bf4be6881..70175336d 100644 --- a/clanModules/waypipe.nix +++ b/clanModules/waypipe.nix @@ -48,7 +48,7 @@ users.users.${config.clan.services.waypipe.user} = { isNormalUser = true; password = ""; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "video" ]; shell = "/run/current-system/sw/bin/bash"; };