This commit is contained in:
XenGi 2025-12-29 16:54:28 +01:00
commit 9cbb528c2d
No known key found for this signature in database
6 changed files with 39 additions and 23 deletions

16
hosts/kaede/default.nix Normal file
View file

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