really big refactor

This commit is contained in:
sadan 2024-10-02 16:36:52 -04:00
parent 1d4904a4c9
commit 375a1b2e89
No known key found for this signature in database
20 changed files with 188 additions and 151 deletions

View file

@ -0,0 +1,14 @@
{ NAME }: { ... }: {
virtualisation = {
libvirtd = {
enable = true;
};
};
users = {
users = {
"${NAME}" = {
extraGroups = [ "kvm" "libvirtd" ];
};
};
};
}