prepare reinstall on zfs

This commit is contained in:
blahai 2024-12-15 02:31:35 +02:00
parent 414cfd96dc
commit 938cb79a0b
No known key found for this signature in database
4 changed files with 32 additions and 21 deletions

View file

@ -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; }; };
};