fixup virt

This commit is contained in:
XenGi 2026-02-22 13:23:55 +01:00
parent 75e9e63e51
commit 1d10ef75df
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
10 changed files with 15 additions and 18 deletions

View file

@ -58,17 +58,12 @@
{ device = "/dev/disk/by-uuid/5b53c0b9-ab57-4992-8e81-957e19c7b685"; }
];
virtualisation = {
useEFIBoot = true;
libvirtd = {
enable = true;
nss.enableGuest = true;
startDelay = 1;
onShutdown = "shutdown";
};
virtualisation.libvirtd = {
enable = true;
nss.enableGuest = true;
startDelay = 1;
onShutdown = "shutdown";
};
#rootDevice = "/dev/disk/by-label/nixos";
#mountHostNixStore = true;
services.openssh.banner = ''
__ __ __