Apply a minor refactor to some configurations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user