Natural progress. Finished status notification and added some temporary programs (vms)

This commit is contained in:
Jurn Wubben 2025-02-17 14:17:57 +01:00
parent e706230566
commit f2222f56d8
15 changed files with 910 additions and 341 deletions

View file

@ -1,6 +1,7 @@
{
imports = [
./hardware-configuration.nix
./virt.nix
];
services = {

9
hosts/laptop/virt.nix Normal file
View file

@ -0,0 +1,9 @@
{
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["jsw"];
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
}