From 8513709523a098109fe7b937ddc9096233319a59 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 28 Jan 2023 20:23:26 -0600 Subject: [PATCH] workstation | comment out tailscale override as trying everything via dns --- workstation/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 7121678..52febab 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -22,10 +22,10 @@ in networking.enableIPv6 = false; # FIXME this is to test connectivity @ the office via wireguard networking.networkmanager.wifi.powersave = true; networking.useDHCP = false; - networking.extraHosts = - '' - 100.75.7.116 harper.tail harper bandwidth.duckland.org bandwidth2.duckland.org cal.duckland.org cloud.duckland.org dashy.duckland.org git.duckland.org jelly.duckland.org music.duckland.org photos.duckland.org plex.duckland.org rss.duckland.org smart.duckland.org vault.duckland.org webhook.home.duckland.org - ''; +# networking.extraHosts = +# '' +# 100.75.7.116 harper.tail harper bandwidth.duckland.org bandwidth2.duckland.org cal.duckland.org cloud.duckland.org dash.duckland.org git.duckland.org jelly.duckland.org music.duckland.org photos.duckland.org plex.duckland.org rss.duckland.org smart.duckland.org vault.duckland.org webhook.home.duckland.org +# ''; # Set your time zone. time.timeZone = "America/Chicago";