From 9ef1c663adddd61809f0da3fc15c2ce383e7d205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 12 Jun 2026 15:51:52 +0200 Subject: [PATCH] System Gen18 @ 2026-06-12-15:51:51 by jonas@harbor --- hosts/harbor/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {