diff options
author | Alan Pearce | 2020-04-14 09:14:34 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-14 09:14:34 +0200 |
commit | 69b6c09db21b237af2bbfe2293e1535bdecf4af2 (patch) | |
tree | 76d8a4786e07389e0292021e9aaccae254e130c4 /system/settings | |
parent | 40088849384907351ebea8defd9c92ee692a3f52 (diff) | |
parent | 430a1ab35f73aab44eb9f2ac13d01a98d7fb3fec (diff) | |
download | nixfiles-69b6c09db21b237af2bbfe2293e1535bdecf4af2.tar.lz nixfiles-69b6c09db21b237af2bbfe2293e1535bdecf4af2.tar.zst nixfiles-69b6c09db21b237af2bbfe2293e1535bdecf4af2.zip |
Merge branch 'master' of https://git.alanpearce.eu/nixfiles
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/configuration/user.nix | 2 |
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"; |