From 29480b6e86ca6057d4151accdb5d4103f1657596 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 4 Mar 2023 19:23:36 +0100 Subject: ... --- hosts/vidhar/network/dhcp/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hosts/vidhar/network/dhcp') diff --git a/hosts/vidhar/network/dhcp/default.nix b/hosts/vidhar/network/dhcp/default.nix index af7a3545..4d8a54ae 100644 --- a/hosts/vidhar/network/dhcp/default.nix +++ b/hosts/vidhar/network/dhcp/default.nix @@ -108,10 +108,6 @@ with lib; { hostname = "geri"; hw-address = "0e:e6:43:5e:37:7b"; } - { hostname = "printer"; - hw-address = "30:cd:a7:b0:55:8d"; - ip-address = "10.141.0.2"; - } ]; } { subnet = "10.141.1.0/24"; @@ -122,6 +118,9 @@ with lib; { name = "broadcast-address"; data = "10.141.1.255"; } + { name = "ntp-servers"; + data = "10.141.1.1"; + } { name = "domain-name"; data = "yggdrasil"; } -- cgit v1.2.3