bastion: don't touch the bootloader
That's handled by the AMI already.
zimbatm committed
Sep 8, 2021 at 21:17 UTC
372119592e05294f1c9c9cc8c689a67ddc323a34
1 file changed
+1
-1
bastion/configuration.nix
+1
-1
@@ -59,7 +59,7 @@ in
59
'';
60
61
boot.loader.grub.enable = true;
62
- boot.loader.grub.device = "/dev/disk/by-label/nixos";
62
+ boot.loader.grub.device = "nodev";
63
64
fileSystems."/" = {
65
fsType = "ext4";