summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorstuebinm2023-01-22 02:02:03 +0100
committerstuebinm2023-01-22 02:02:03 +0100
commitc6f9f98a7255102762c1bfb8493fe52aed0f760b (patch)
treea6f278eba9036be86c2593adb06a13a38f23d133 /common
parent6b8b2fca2c1a6039db2c99956f0142ebb755ebf5 (diff)
ilex: fix some stuff
Diffstat (limited to 'common')
-rw-r--r--common/desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/desktop.nix b/common/desktop.nix
index 37626ee..4430c33 100644
--- a/common/desktop.nix
+++ b/common/desktop.nix
@@ -29,7 +29,7 @@
users.defaultUserShell = pkgs.fish;
users.users.stuebinm = {
isNormalUser = true;
- extraGroups = [ "docker" "wheel" "networking" ];
+ extraGroups = [ "docker" "wheel" "networking" "video" ];
home = "/home/stuebinm";
hashedPassword = "$6$IULsCnY7HjDHAJWs$05DYuwXsfWWKj6m3KTWCPp5k9HuQikIamNBzn2GihMG8oeEf5c8YkXlwuO6uTnX8ZFmyAQdhXfO5yYNEM/YTm0";
useDefaultShell = true;