From eee9ca8adb291a067bb42514d68256c215c3c04a Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 2 Mar 2024 23:21:19 +0100 Subject: [PATCH] Maybe I need to disable DHCP --- nixos/hosts/queen/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index c313726..61266b3 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -124,6 +124,8 @@ networking.useNetworkd = true; + networking.useDHCP = false; + modules.contabo.wan = { enable = true; macAddress = "aa:bb:cc:dd:ee:ff"; # changeme