ma x.r: enable zfs crub

This commit is contained in:
makefu 2022-05-30 12:57:52 +02:00
parent 4218846220
commit 2ec9de5aba
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
4 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,6 @@
<stockholm/makefu/2configs/hw/droidcam.nix>
<stockholm/makefu/2configs/hw/smartcard.nix>
<stockholm/makefu/2configs/hw/upower.nix>
<stockholm/makefu/2configs/hw/nswitch.nix>
#<stockholm/makefu/2configs/hw/ps4-compat.nix>
# base

View File

@ -7,5 +7,6 @@
mic92 = true;
clever_kexec = true;
home-manager = true;
nix-ld = true;
# torrent = true;
}

View File

@ -28,6 +28,7 @@
environment.variables.VK_ICD_FILENAMES =
"/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
services.fwupd.enable = true;
programs.light.enable = true;

View File

@ -29,5 +29,6 @@
fsType = "zfs";
};
swapDevices = [ ];
swapDevices = [ ];
services.zfs.autoScrub.enable = true;
}