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 = {
enable = true;
device = "/dev/mapper/crypted";
enableCryptodisk = true;
};
boot.initrd.luks.devices."DISK".device = "/dev/vda2";
boot.loader.grub.enable = true;
boot.initrd.luks.devices."crypted".device = "/dev/vda2";
services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly";