mirror of
https://github.com/blahai/nyx.git
synced 2025-06-23 05:37:00 -04:00
prepare reinstall on zfs
This commit is contained in:
parent
414cfd96dc
commit
938cb79a0b
4 changed files with 32 additions and 21 deletions
|
@ -18,12 +18,12 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
#supportedFilesystems = [ "zfs" ];
|
||||
#zfs = {
|
||||
# forceImportRoot = false;
|
||||
# package = pkgs.zfs;
|
||||
#};
|
||||
kernelPackages = pkgs.linuxPackages_6_12;
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
zfs = {
|
||||
forceImportRoot = false;
|
||||
package = pkgs-smol.zfs;
|
||||
};
|
||||
kernelPackages = pkgs-smol.linuxPackages_6_12;
|
||||
kernel = { sysctl = { "vm.max_map_count" = 2147483642; }; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue