@cryptotaxi247 / infra-1 / commits / 0ccea9f4

grub: install to a disk by absolute ID

Eelco Dolstra committed Dec 18, 2021 at 03:50 UTC 0ccea9f491b61eb360715a5dceaf06d30ecce37c
1 file changed +2
bastion/configuration.nix
+2
@@ -73,5 +73,7 @@ in
73 # avoid swap as much as possible
74 boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 0;
75
76 + boot.loader.grub.device = lib.mkForce "/dev/disk/by-id/nvme-Amazon_Elastic_Block_Store_vol0631f5232321abda4";
77 +
78 systemd.tmpfiles.rules = [ "d /scratch/hydra-mirror 0755 hydra-mirror users 10d" ];
79 }