thelio76: add user to virt group

This commit is contained in:
Alex 2024-08-02 16:05:50 -04:00
parent 40eed6bd99
commit 162ee437db
2 changed files with 4 additions and 1 deletions

View File

@ -31,9 +31,12 @@
'';
startupPrograms = [
"bluetoothd"
"flameshot"
"nextcloud-client"
"picom"
"polybar primary"
"polybar secondary"
"steam"
];
};
}

View File

@ -97,6 +97,6 @@
users.users.alex = {
isNormalUser = true;
description = "Alex";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
};
}