Apply a minor refactor to some configurations

This commit is contained in:
2021-08-09 01:11:33 +01:00
parent f5b58f97ca
commit a08e0908a9
2 changed files with 7 additions and 5 deletions

View File

@@ -10,8 +10,10 @@
extraModulePackages = with config.boot.kernelPackages; [ acpi_call ];
blacklistedKernelModules = [ "btusb" ];
supportedFilesystems = [ "zfs" ];
zfs.requestEncryptionCredentials = true;
zfs.enableUnstable = true;
zfs = {
requestEncryptionCredentials = true;
enableUnstable = true;
};
};
# Intel CPU tweaks