diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-17 08:50:15 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-17 08:50:15 +0530 |
| commit | ee9a18519222bde2a7aafe1a4b2f0d2cb0313e4d (patch) | |
| tree | d888a6297284ebaebc552aff04db3a2f3b552ac9 /modules/compromyse.nix | |
| parent | fb7badd79b37f267c3ff5737c05eeb2f0fe1207f (diff) | |
update
Diffstat (limited to '')
| -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 f822b46..a19b643 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@ initialPassword = "changeme"; isNormalUser = true; # openssh.authorizedKeys.keys = []; - extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" ]; + extraGroups = [ "wheel" "video" "storage" "input" "plugdev" "libvirtd" "docker" "kvm" ]; }; } |
