home-assistant docker

This commit is contained in:
2026-01-26 16:34:30 -06:00
parent 94ae66c7eb
commit bbd135bad9
5 changed files with 44 additions and 14 deletions

View File

@@ -16,7 +16,10 @@
programs.virt-manager.enable = true;
virtualisation = {
libvirtd.enable = true;
libvirtd = {
enable = true;
qemu.swtpm.enable = true;
};
spiceUSBRedirection.enable = true;
};

View File

@@ -8,5 +8,6 @@
};
config = lib.mkIf config.sysconfig.virtual-machines.home-assistant.enable {
};
}