This commit is contained in:
2024-11-21 12:38:09 -05:00
parent bb942d377c
commit f3c2ae4904
2 changed files with 7 additions and 8 deletions

View File

@@ -49,11 +49,10 @@
};
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages;
supportedFilesystems = [ "zfs" ];
zfs.extraPools = [ "tank" ];
zfs.package = pkgs.zfsUnstable;
loader = {
# Use the systemd-boot EFI boot loader.