Nyx: use zfs

This commit is contained in:
blahai 2024-12-15 16:49:14 +02:00
parent f23686bb4a
commit 91b2ccabb9
No known key found for this signature in database
2 changed files with 27 additions and 11 deletions

View file

@ -21,7 +21,10 @@
supportedFilesystems = [ "zfs" ];
zfs = {
forceImportRoot = false;
extraPools = [ "zpool" ];
devNodes = "/dev/disk/by-id";
package = pkgs-smol.zfs;
allowHibernation = true; # might cause corruption?
};
kernelPackages = pkgs-smol.linuxPackages_6_12;
kernel = { sysctl = { "vm.max_map_count" = 2147483642; }; };