From 0bb5a5f6ed2fae78251a0f772da0ea4436bf21d8 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 8 Jan 2023 12:11:52 +0100 Subject: [PATCH] sombrero: Set gateway and nameserver --- hosts/sombrero/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 252687f..47ab628 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -47,6 +47,8 @@ networking = { hostName = "sombrero"; + defaultGateway = "192.168.50.1"; + nameservers = [ "8.8.8.8" ]; interfaces = { eth0 = { ipv4 = {