summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-04-14 09:14:34 +0200
committerAlan Pearce2020-04-14 09:14:34 +0200
commit69b6c09db21b237af2bbfe2293e1535bdecf4af2 (patch)
tree76d8a4786e07389e0292021e9aaccae254e130c4 /system
parent40088849384907351ebea8defd9c92ee692a3f52 (diff)
parent430a1ab35f73aab44eb9f2ac13d01a98d7fb3fec (diff)
downloadnixfiles-69b6c09db21b237af2bbfe2293e1535bdecf4af2.tar.lz
nixfiles-69b6c09db21b237af2bbfe2293e1535bdecf4af2.tar.zst
nixfiles-69b6c09db21b237af2bbfe2293e1535bdecf4af2.zip
Merge branch 'master' of https://git.alanpearce.eu/nixfiles
Diffstat (limited to 'system')
-rw-r--r--system/settings/configuration/user.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/configuration/user.nix b/system/settings/configuration/user.nix
index def1a765..e152a91b 100644
--- a/system/settings/configuration/user.nix
+++ b/system/settings/configuration/user.nix
@@ -3,7 +3,7 @@
 { users.extraUsers.alan = {
     description = "Alan Pearce";
     isNormalUser = true;
-    extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" ];
+    extraGroups = [ "audio" "wheel" "lp" "adbusers" "docker" "nitrokey" "dialout" "networkmanager" "video" ];
     shell = "/run/current-system/sw/bin/zsh";
     initialPassword = "password";
     home = "/home/alan";