mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
added aly to libvirtd group
This commit is contained in:
parent
1f81368748
commit
02420d44c2
|
@ -5,6 +5,6 @@
|
|||
users.users.aly = {
|
||||
isNormalUser = true;
|
||||
description = "Aly Raffauf";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue