diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-23 20:45:00 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-23 20:45:00 -0600 |
| commit | 877d7449dc71830ae35d6da27e8f889ecbfa1907 (patch) | |
| tree | 5935b8adb2f1df96e5b790cded7e66cacfbff715 /modules/users | |
| parent | 2ead7d37c68af70a15e4ff63648599543fe946af (diff) | |
endless quest to get wireguard to work
Diffstat (limited to 'modules/users')
| -rw-r--r-- | modules/users/defin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/defin.nix b/modules/users/defin.nix index f254e99..fdb9cbc 100644 --- a/modules/users/defin.nix +++ b/modules/users/defin.nix @@ -7,7 +7,7 @@ users.defin = { isNormalUser = true; description = "Devin Finlinson"; - extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" "wireshark" ]; # (wheel) Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" "wireshark" "networkmanager" ]; # (wheel) Enable ‘sudo’ for the user. shell = pkgs.nushell; hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; |
