summaryrefslogtreecommitdiff
path: root/modules/compromyse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/compromyse.nix')
-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" ];
};
}