summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-03 12:01:04 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-02-03 12:01:04 +0530
commitc0fb57438ea0c499493805e899ac62cace28d525 (patch)
tree820e41a8f45c421c10e2a4277238b634f209b49e /modules
parent3922404c019adcef44db9f40776ce53f9a1665a1 (diff)
update
Diffstat (limited to 'modules')
-rw-r--r--modules/compromyse.nix2
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" ];
};
}