Compare commits

...

2 Commits

Author SHA1 Message Date
Markus Schmidl 6b4675838d server9: grub -> /dev/sdc 2022-06-21 14:11:31 +02:00
Markus Schmidl b6060963f4 server9: enable libvirtd 2022-06-21 14:10:59 +02:00
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@
loader.grub = {
enable = true;
version = 2;
device = "/dev/sdb";
device = "/dev/sdc";
};
# kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
@ -29,4 +29,10 @@
services.openssh.enable = true;
c3d2.hq.statistics.enable = true;
# XXX: enable for zw-ev and poelzi-ha until we find a better solution
virtualisation.libvirtd = {
enable = true;
onShutdown = "shutdown";
};
}