From 75863c11f71a3a8f33ec9ac7590b43bf55f82fd4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 6 Oct 2023 10:28:12 +0900 Subject: [PATCH] test --- nixos/hosts/osaka-vultr-01/disks.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/osaka-vultr-01/disks.nix b/nixos/hosts/osaka-vultr-01/disks.nix index 748aeb88..79613efa 100644 --- a/nixos/hosts/osaka-vultr-01/disks.nix +++ b/nixos/hosts/osaka-vultr-01/disks.nix @@ -1,7 +1,7 @@ { - # boot.loader.grub.enable = true; - boot.loader.grub.enableCryptodisk = true; - boot.initrd.luks.devices."crypted".device = "/dev/vda2"; + # boot.loader.grub.enable = true;ot.loader.grub.enableCryptodisk = true; + # boot.initrd.luks.devices."crypted".device = "/dev/vda2"; + services.btrfs.autoScrub.enable = true; services.btrfs.autoScrub.interval = "weekly";