diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-11-21 12:44:14 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-11-21 12:44:14 -0800 |
| commit | 24d00bf980e8f99c9056a6f1e9cb6354173bfd7e (patch) | |
| tree | a2ecbfc804dcbaf6332571f42bcb82a68529ba9d /profiles | |
| parent | move acme configurations to a profile (diff) | |
| download | infra-24d00bf980e8f99c9056a6f1e9cb6354173bfd7e.tar.gz | |
add new host: argonath
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/hardware/do-droplet.nix | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
