add tailscale ip as variable

This commit is contained in:
Don Harper 2025-08-07 07:48:32 -05:00
parent 77cfdadf53
commit 194aaab349
6 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./kiosk.nix
];
networking.hostName = "display";
variables.address = "100.72.208.107";
nixpkgs.overlays = [
(final: super: {
makeModulesClosure = x:

View file

@ -7,6 +7,7 @@
# ../server/unifi.nix
];
networking.hostName = "fred";
variables.address = "100.72.236.170";
boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ];
loader = {

View file

@ -1,4 +1,5 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./hardware-configuration.nix ../../server ];
networking.hostName = "harper";
variables.address = "100.72.0.3";
}

View file

@ -1,4 +1,5 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./hardware-configuration.nix ../../server ];
networking.hostName = "harper2";
variables.address = "100.72.0.4";
}

View file

@ -1,4 +1,5 @@
{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./hardware-configuration.nix ../../server ];
networking.hostName = "nuwww";
variables.address = "100.72.2.1";
}

View file

@ -7,6 +7,7 @@
# ../server/searxng.nix
];
networking.hostName = "w1";
variables.address = "100.72.16.240";
boot = {
initrd = {
availableKernelModules =