summaryrefslogtreecommitdiff
path: root/modules/users/defin.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-11-08 22:33:01 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2024-11-08 22:33:01 -0700
commit6a22f44a9a1a2dea02d7ff31b6ab8121c25b5cf1 (patch)
tree2afc1d96b7472cfe9dcf7833865164d8f2457979 /modules/users/defin.nix
parent05ecc53afd467516ca781fc549d0110a44a85da9 (diff)
parentce3ec8ad7367ce44be14a4f04f981b9aab1cd56b (diff)
Merge branch 'master' of ssh://bosco:/srv/git/.flake
Diffstat (limited to 'modules/users/defin.nix')
-rw-r--r--modules/users/defin.nix2
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";