Compare commits

..

No commits in common. "6b4675838d03f097867d45c1672bec109d1b21e4" and "7ab66686ee7ebeadf3fd64287b8c9f52b3b16560" have entirely different histories.

1 changed files with 1 additions and 7 deletions

View File

@ -8,7 +8,7 @@
loader.grub = {
enable = true;
version = 2;
device = "/dev/sdc";
device = "/dev/sdb";
};
# kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
@ -29,10 +29,4 @@
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";
};
}