aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-11-21 12:44:14 -0800
committerFranck Cuny <franck@fcuny.net>2025-11-21 12:44:14 -0800
commit24d00bf980e8f99c9056a6f1e9cb6354173bfd7e (patch)
treea2ecbfc804dcbaf6332571f42bcb82a68529ba9d /profiles
parentmove acme configurations to a profile (diff)
downloadinfra-24d00bf980e8f99c9056a6f1e9cb6354173bfd7e.tar.gz
add new host: argonath
Diffstat (limited to 'profiles')
-rw-r--r--profiles/hardware/do-droplet.nix6
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