diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-03 12:01:04 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-03 12:01:04 +0530 |
| commit | c0fb57438ea0c499493805e899ac62cace28d525 (patch) | |
| tree | 820e41a8f45c421c10e2a4277238b634f209b49e /modules | |
| parent | 3922404c019adcef44db9f40776ce53f9a1665a1 (diff) | |
update
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/compromyse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/compromyse.nix b/modules/compromyse.nix index ab2716e..505a04d 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@ initialPassword = "changeme"; isNormalUser = true; # openssh.authorizedKeys.keys = []; - extraGroups = [ "wheel" "storage" "input" "libvirtd" ]; + extraGroups = [ "wheel" "storage" "input" "plugdev" "libvirtd" ]; }; } |
