From 45b3535888e3c5ff79c174833ffcc9cb31a523ee Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 11 Nov 2023 11:18:49 -0800 Subject: [PATCH] removed local ip headscale address --- hosts/laptop/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 256c224..31de12b 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -8,7 +8,6 @@ hardware.bluetooth.enable = true; networking.hosts = { - "10.0.0.183" = [ "headscale.nickiel.net" ]; "100.64.0.1" = ["files.nickiel.net" "git.nickiel.net" "nickiel.net" "jellyfin.nickiel.net" ]; };