From 70d22be71c5e7949e5a2ce29f3fa7715d6a19e4e Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 25 Jan 2026 23:00:20 +0900 Subject: [PATCH] skrott: set gateway --- hosts/skrott/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/skrott/configuration.nix b/hosts/skrott/configuration.nix index 4edf325..52ac7c4 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -39,10 +39,12 @@ useDHCP = false; ipv4.addresses = [{ address = values.hosts.skrott.ipv4; + gateway = value.hosts.gateway; prefixLength = 25; }]; ipv6.addresses = [{ address = values.hosts.skrott.ipv6; + gateway = value.hosts.gateway6; prefixLength = 25; }]; };