This commit is contained in:
iFargle 2023-10-05 21:35:27 +09:00
parent c01567c36e
commit d4c1e1e7b0

View file

@ -1,5 +1,6 @@
{ {
boot.loader.grub.enable = true; # boot.loader.grub.enable = true;
boot.grub.enableCryptodisk = true;
# boot.initrd.luks.devices."crypted".device = "/dev/vda2"; # boot.initrd.luks.devices."crypted".device = "/dev/vda2";
services.btrfs.autoScrub.enable = true; services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly"; services.btrfs.autoScrub.interval = "weekly";