added hibernation to Ratchet

This commit is contained in:
yaroslav
2026-05-09 13:21:06 +03:00
parent aea3ec4e93
commit fa9f084702
+4 -2
View File
@@ -61,8 +61,10 @@
services.nfs.server.enable = true;
swapDevices = [ ];
swapDevices = [ { device = "/dev/mapper/luks-swap"; } ];
boot.kernel.sysctl."vm.swappiness" = 0;
boot.zfs.allowHibernation = true;
boot.zfs.forceImportRoot = false;
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "63367a21";