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

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