This commit is contained in:
iFargle 2023-10-05 20:36:02 +09:00
parent 564e4fa1cb
commit 6c225502e7

View file

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