diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 10:38:47 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 10:38:47 +0200 |
| commit | f167fcb91d17930be292a29834e6ef904a544b7f (patch) | |
| tree | 34820e570f243765d9f05b160143e23027e65749 /modules/user-profiles/defin.nix | |
| parent | b7afb385ccd3eb3c48a92e286718fe2f6357cf71 (diff) | |
Diffstat (limited to 'modules/user-profiles/defin.nix')
| -rw-r--r-- | modules/user-profiles/defin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user-profiles/defin.nix b/modules/user-profiles/defin.nix index 40cbc57..253c8db 100644 --- a/modules/user-profiles/defin.nix +++ b/modules/user-profiles/defin.nix @@ -7,7 +7,7 @@ users.defin = { isNormalUser = true; description = "Devin Finlinson"; - extraGroups = [ "wheel" "builders" "video"]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "builders" "video" "input"]; # Enable ‘sudo’ for the user. shell = pkgs.nushell; hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; |
