mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
fix: fully enable zfs
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
# Only use compatible Linux kernel, since ZFS can be behind
|
||||
boot.kernelPackages =
|
||||
config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
boot.kernelParams = [ "nohibernate" ];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user