From 695fe48ba89a9f35559e3e4596cc90daad966ce7 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..8ad901a 100644 --- a/hosts/skrott/configuration.nix +++ b/hosts/skrott/configuration.nix @@ -35,6 +35,8 @@ networking = { hostName = "skrot"; + defaultGateway = values.hosts.gateway; + defaultGateway6 = values.hosts.gateway6; interfaces.eth0 = { useDHCP = false; ipv4.addresses = [{