diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-11-07 10:05:08 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-11-07 10:05:08 -0700 |
| commit | aab2ecc4bb577e35baf97c032e7404339f4f0bfb (patch) | |
| tree | 4dfde3158fd0809276bed072ec46bebd62cbdd67 /modules/users/defin.nix | |
| parent | 74c86b6278ff5aa5f7fcefc31e569eb89ce6151d (diff) | |
setting up vm host
Diffstat (limited to 'modules/users/defin.nix')
| -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 24863d6..8931187 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" "networkmanager" ]; # (wheel) Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" "wireshark" "networkmanager" "libvirtd" ]; # (wheel) Enable ‘sudo’ for the user. shell = pkgs.nushell; hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; |
