diff options
| author | Grigory Shipunov | 2022-08-06 12:21:45 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-08-06 12:21:45 +0200 |
| commit | 1f0ded5a25f32dc9f55b5b204520d2c02018da65 (patch) | |
| tree | 8ecf0ac8774d0c9e21d76992a7825e08ed20bc9f | |
| parent | ca588dd21d006fde5a10c72adfb034427bcf7bd8 (diff) | |
microwave: use latest kernel compatible to zfs
| -rw-r--r-- | hosts/microwave/configuration.nix | 1 |
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; |
