Remove zfs options now in nixos-modules

This commit is contained in:
Sandro - 2023-01-03 00:20:51 +01:00
parent 1a03c0196b
commit 4a69bb6f5e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
4 changed files with 0 additions and 5 deletions

View File

@ -16,7 +16,6 @@ in
boot = {
tmpOnTmpfs = true;
tmpOnTmpfsSize = "80%";
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelModules = [ "kvm-intel" ];
kernelParams = [ "mitigations=off" "preempt=none" ];
loader = {

View File

@ -40,7 +40,6 @@
services = {
openssh.enable = true;
smartd.enable = true;
zfs.autoScrub.enable = true;
# reserve resources for legacy MicroVMs
nomad.settings.client.reserved = {

View File

@ -34,7 +34,6 @@
services = {
openssh.enable = true;
smartd.enable = true;
zfs.autoScrub.enable = true;
};
simd.arch = "westmere";

View File

@ -8,8 +8,6 @@
};
config = {
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
# just all the microvms from this flake
# that are supposed to run on the server
microvm.autostart =