This commit is contained in:
Motiejus Jakštys 2024-11-20 16:14:23 +02:00
parent c5aa2c8435
commit fa03ae8947

View File

@ -1,7 +1,6 @@
{ {
self, self,
modulesPath, modulesPath,
pkgs,
... ...
}: }:
{ {
@ -24,7 +23,6 @@
boot = { boot = {
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = [ supportedFilesystems = [
"zfs" "zfs"
"btrfs" "btrfs"