diff options
author | Ben Sima <ben@bsima.me> | 2025-05-06 18:05:54 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-05-07 22:52:47 -0400 |
commit | 28fdb44df767b8ab0bd5f6d07396e3964620c523 (patch) | |
tree | e104335724a9d52c0e9cb345294abbb208275dfa /Omni | |
parent | b0d3330c67b6874a1eaf23978749b26d99fbdfab (diff) |
Add my user to audio and video
This is needed to use the OBS virtual camera thing.
Diffstat (limited to 'Omni')
-rw-r--r-- | Omni/Users.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |