This commit is contained in:
iFargle 2023-11-30 20:18:32 +09:00
parent efee5734e5
commit d815f9af9b

View file

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