This commit is contained in:
XenGi 2025-12-30 12:32:01 +01:00
parent 9cbb528c2d
commit e61be4a176
No known key found for this signature in database
8 changed files with 181 additions and 16 deletions

View file

@ -1,16 +1,11 @@
{ ... }:
{
virtualisation = {
useEFIBoot = true;
libvirtd = {
enable = true;
nss.enableGuest = true;
startDelay = 1;
onShutdown = "shutdown";
};
};
#rootDevice = "/dev/disk/by-label/nixos";
#mountHostNixStore = true;
imports = [
./base.nix
./hardware.nix
./networking.nix
./users.nix
./programs.nix
./services.nix
];
}