aboutsummaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
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