From c84419cb781ea162c814455351faf6a6558e7a81 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 20 May 2023 07:48:51 +0200 Subject: Refactor(system/users): Add the groups in the file, giving context --- system/users/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'system/users') diff --git a/system/users/default.nix b/system/users/default.nix index 96925671..2aa67ac3 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -34,8 +34,6 @@ in { extraGroups = [ "plugdev" # although deprecated, this helps with old udev rules, that still use this group. TODO check for an open issue "wheel" - "libvirtd" # needed to run libvirt stuff as this user - "scanner" # needed for permission to access the scanner ]; uid = 1000; openssh.authorizedKeys.keys = [ -- cgit 1.4.1