modified: nixos/hosts/osaka-vultr-01/disks.nix

This commit is contained in:
iFargle 2023-10-05 14:24:19 +09:00
parent a8b3754dec
commit 6fcd1c16d6

View file

@ -3,6 +3,7 @@
enable = true;
version = 2;
device = "/dev/sda";
enableCryptodisk = true;
};
boot.initrd.luks.devices."vda2".device = "/dev/vda2";
services.btrfs.autoScrub.enable = true;