From e3ccb127e4d5ecf63cf331d413a2b3a37df6fd91 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 1 Jul 2021 15:18:37 +0200 Subject: [PATCH] use wan_if --- hosts/giupi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/giupi/default.nix b/hosts/giupi/default.nix index 7ce7454..794c580 100644 --- a/hosts/giupi/default.nix +++ b/hosts/giupi/default.nix @@ -24,7 +24,7 @@ in { users.users.giulio.openssh.authorizedKeys.keys = pubkeys; boot = { - kernelParams = ["ip=${giupi_lan_ip}::10.0.0.1:255.255.255.0::enp5s0:off"]; + kernelParams = ["ip=${giupi_lan_ip}::10.0.0.1:255.255.255.0::${wan_if}:off"]; initrd = { availableKernelModules = ["igc" "r8169"];