From 194aaab349b3b9281773038ef25f3df632ea2ec7 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 7 Aug 2025 07:48:32 -0500 Subject: [PATCH] add tailscale ip as variable --- hosts/display/default.nix | 1 + hosts/fred/default.nix | 1 + hosts/harper/default.nix | 1 + hosts/harper2/default.nix | 1 + hosts/nuwww/default.nix | 1 + hosts/w1/default.nix | 1 + 6 files changed, 6 insertions(+) diff --git a/hosts/display/default.nix b/hosts/display/default.nix index 5e0fd18..05218d3 100644 --- a/hosts/display/default.nix +++ b/hosts/display/default.nix @@ -6,6 +6,7 @@ ./kiosk.nix ]; networking.hostName = "display"; + variables.address = "100.72.208.107"; nixpkgs.overlays = [ (final: super: { makeModulesClosure = x: diff --git a/hosts/fred/default.nix b/hosts/fred/default.nix index 0df26e1..c593b19 100644 --- a/hosts/fred/default.nix +++ b/hosts/fred/default.nix @@ -7,6 +7,7 @@ # ../server/unifi.nix ]; networking.hostName = "fred"; + variables.address = "100.72.236.170"; boot = { binfmt.emulatedSystems = [ "aarch64-linux" ]; loader = { diff --git a/hosts/harper/default.nix b/hosts/harper/default.nix index bc29122..ff0dc57 100644 --- a/hosts/harper/default.nix +++ b/hosts/harper/default.nix @@ -1,4 +1,5 @@ { inputs, outputs, lib, config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ../../server ]; networking.hostName = "harper"; + variables.address = "100.72.0.3"; } diff --git a/hosts/harper2/default.nix b/hosts/harper2/default.nix index 261b417..eaea630 100644 --- a/hosts/harper2/default.nix +++ b/hosts/harper2/default.nix @@ -1,4 +1,5 @@ { inputs, outputs, lib, config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ../../server ]; networking.hostName = "harper2"; + variables.address = "100.72.0.4"; } diff --git a/hosts/nuwww/default.nix b/hosts/nuwww/default.nix index 20852f5..f5e6844 100644 --- a/hosts/nuwww/default.nix +++ b/hosts/nuwww/default.nix @@ -1,4 +1,5 @@ { inputs, outputs, lib, config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ../../server ]; networking.hostName = "nuwww"; + variables.address = "100.72.2.1"; } diff --git a/hosts/w1/default.nix b/hosts/w1/default.nix index 3f70091..96fef6a 100644 --- a/hosts/w1/default.nix +++ b/hosts/w1/default.nix @@ -7,6 +7,7 @@ # ../server/searxng.nix ]; networking.hostName = "w1"; + variables.address = "100.72.16.240"; boot = { initrd = { availableKernelModules =