From 24d00bf980e8f99c9056a6f1e9cb6354173bfd7e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 21 Nov 2025 12:44:14 -0800 Subject: add new host: argonath --- profiles/hardware/do-droplet.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'profiles/hardware/do-droplet.nix') diff --git a/profiles/hardware/do-droplet.nix b/profiles/hardware/do-droplet.nix index 0744181..aef5805 100644 --- a/profiles/hardware/do-droplet.nix +++ b/profiles/hardware/do-droplet.nix @@ -5,11 +5,7 @@ (modulesPath + "/virtualisation/digital-ocean-config.nix") ]; - boot.loader.grub = { - efiSupport = true; - efiInstallAsRemovable = true; - }; - + # do not use DHCP, as DigitalOcean provisions IPs using cloud-init networking.useDHCP = lib.mkForce false; # this one seems to always be broken -- cgit v1.2.3