summaryrefslogtreecommitdiff
path: root/hosts/microwave
diff options
context:
space:
mode:
authorGrigory Shipunov2022-08-06 12:21:45 +0200
committerGrigory Shipunov2022-08-06 12:21:45 +0200
commit1f0ded5a25f32dc9f55b5b204520d2c02018da65 (patch)
tree8ecf0ac8774d0c9e21d76992a7825e08ed20bc9f /hosts/microwave
parentca588dd21d006fde5a10c72adfb034427bcf7bd8 (diff)
microwave: use latest kernel compatible to zfs
Diffstat (limited to 'hosts/microwave')
-rw-r--r--hosts/microwave/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix
index 35f9856..c3814a5 100644
--- a/hosts/microwave/configuration.nix
+++ b/hosts/microwave/configuration.nix
@@ -36,6 +36,7 @@
};
};
supportedFilesystems = [ "zfs" ];
+ kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
kernelParams = [ "nohibernate" ];
zfs.devNodes = "/dev/";
plymouth.enable = false;