and this just proves it

This commit is contained in:
jacekpoz 2024-06-10 23:28:28 +02:00
parent b082d0df4a
commit 67a4db37a2
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -17,7 +17,7 @@
networking.firewall.trustedInterfaces = [ "virbr0" ];
users.users.${config.myOptions.other.system.username} = {
extraGroups = [ "libvirt" ];
extraGroups = [ "libvirtd" ];
};
}