diff --git a/nixos/hosts/osaka-vultr-01/disks.nix b/nixos/hosts/osaka-vultr-01/disks.nix index 79613efa..4394df17 100644 --- a/nixos/hosts/osaka-vultr-01/disks.nix +++ b/nixos/hosts/osaka-vultr-01/disks.nix @@ -1,5 +1,6 @@ { - # boot.loader.grub.enable = true;ot.loader.grub.enableCryptodisk = true; + # boot.loader.grub.enable = true; + # boot.loader.grub.enableCryptodisk = true; # boot.initrd.luks.devices."crypted".device = "/dev/vda2"; services.btrfs.autoScrub.enable = true;