iac/hosts/kaede/default.nix
2025-12-29 16:54:28 +01:00

16 lines
265 B
Nix

{ ... }:
{
virtualisation = {
useEFIBoot = true;
libvirtd = {
enable = true;
nss.enableGuest = true;
startDelay = 1;
onShutdown = "shutdown";
};
};
#rootDevice = "/dev/disk/by-label/nixos";
#mountHostNixStore = true;
}