added hibernation to Ratchet
This commit is contained in:
@@ -61,8 +61,10 @@
|
|||||||
|
|
||||||
|
|
||||||
services.nfs.server.enable = true;
|
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" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
networking.hostId = "63367a21";
|
networking.hostId = "63367a21";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user