diff --git a/hosts/harbor/configuration.nix b/hosts/harbor/configuration.nix index 3c4db10..e8fe451 100644 --- a/hosts/harbor/configuration.nix +++ b/hosts/harbor/configuration.nix @@ -97,7 +97,7 @@ boot.loader.grub.version = 2; boot.kernelParams = [ "net.ifnames=0" # ensure iface is called eth0 - "ip=173.249.42.252::173.249.42.1:255.255.255.0:harbor:eth0:none:8.8.8.8" + "ip=173.249.42.252::173.249.42.1:255.255.255.0:harbor::none" ]; networking.networkmanager.enable = true; networking = {