summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Users.nix2
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 = {