add tailscale ip as variable
This commit is contained in:
parent
77cfdadf53
commit
194aaab349
6 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./hardware-configuration.nix ../../server ];
|
||||
networking.hostName = "harper";
|
||||
variables.address = "100.72.0.3";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue