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; }]; };