From 28fdb44df767b8ab0bd5f6d07396e3964620c523 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 6 May 2025 18:05:54 -0400 Subject: Add my user to audio and video This is needed to use the OBS virtual camera thing. --- Omni/Users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omni/Users.nix b/Omni/Users.nix index 043c5fd..3de5712 100644 --- a/Omni/Users.nix +++ b/Omni/Users.nix @@ -40,7 +40,7 @@ in { isNormalUser = true; home = "/home/ben"; openssh.authorizedKeys.keys = readKeys ./Keys/Ben.pub; - extraGroups = ["wheel" "docker" "bitcoind-mainnet" "git"]; + extraGroups = ["wheel" "docker" "bitcoind-mainnet" "git" "audio" "video"]; hashedPassword = "$6$SGhdoRB6DhWe$elW8RQE1ebe8JKf1ALW8jGZTPCyn2rpq/0J8MV/A9y8qFMEhA.Z2eiexMgptohZAK5kcGOc6HIUgNzJqnDUvY."; }; dre = { -- cgit v1.2.3