fix: pendantic ordering of vars
This commit is contained in:
parent
06033ea16b
commit
a769245b14
6 changed files with 4 additions and 10 deletions
|
@ -12,8 +12,7 @@
|
|||
{ pkgs, lib, nodes, ... }:
|
||||
let
|
||||
# name of the server, sets teh hostname and record for it
|
||||
name = "agentjones";
|
||||
|
||||
name = "agentjones";
|
||||
ip_pub = "193.1.99.72";
|
||||
ip_priv = "172.20.20.1";
|
||||
# hostname = "${name}.skynet.ie";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue