summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/users.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/users.nix b/machines/users.nix
index 6d79024..bca936f 100644
--- a/machines/users.nix
+++ b/machines/users.nix
@@ -10,7 +10,7 @@ in
isNormalUser = true;
home = "/home/ben";
openssh.authorizedKeys.keys = [ "${benKey}" ];
- extraGroups = [ "wheel" "networkmanager" "docker" ];
+ extraGroups = [ "wheel" "networkmanager" "docker" "video"];
};
};
};