nixos/user: Add to group disk
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h4m36s
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h4m36s
This commit is contained in:
@@ -35,7 +35,7 @@ in
|
||||
isNormalUser = true;
|
||||
uid = mkDefault 1000;
|
||||
extraGroups =
|
||||
[ "wheel" "kvm" "dialout" ] ++
|
||||
[ "wheel" "kvm" "dialout" "disk" ] ++
|
||||
(optional config.networking.networkmanager.enable "networkmanager") ++
|
||||
(optional config.virtualisation.libvirtd.enable "libvirtd") ++
|
||||
(optional config.programs.wireshark.enable "wireshark") ++
|
||||
|
||||
Reference in New Issue
Block a user