From 8bb97b0651289dd4977bc0ee18dd87f76cbf44ff Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 20 Aug 2024 20:11:29 +0300 Subject: [PATCH] feat(hosts/arwen): add primary user to video group --- hosts/arwen/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/arwen/default.nix b/hosts/arwen/default.nix index 48e64d7..53a63a3 100644 --- a/hosts/arwen/default.nix +++ b/hosts/arwen/default.nix @@ -10,6 +10,7 @@ username = "skye"; isWheel = true; hashedPasswordFile = config.sops.secrets.skyePwd.path; + extraGroups = ["video"]; }; }; -- 2.44.1