mirror of
https://github.com/blahai/nyx.git
synced 2025-06-21 18:57:02 -04:00
Nyx: more zfs stuff
This commit is contained in:
parent
91b2ccabb9
commit
67396f09a8
2 changed files with 23 additions and 10 deletions
|
@ -21,13 +21,16 @@
|
|||
supportedFilesystems = [ "zfs" ];
|
||||
zfs = {
|
||||
forceImportRoot = false;
|
||||
extraPools = [ "zpool" ];
|
||||
extraPools = [ "zpool" "zootfs" ];
|
||||
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; }; };
|
||||
kernelParams = [
|
||||
"elevator=none" # for zfs
|
||||
];
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue