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

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