mirror of
https://github.com/blahai/nyx.git
synced 2025-06-27 16:44:22 -04:00
Nyx: use zfs
This commit is contained in:
parent
f23686bb4a
commit
91b2ccabb9
2 changed files with 27 additions and 11 deletions
|
@ -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; }; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue