feat: renaming in prep for them being isntalled

This commit is contained in:
silver 2023-01-15 19:22:12 +00:00
parent 6ef12f03de
commit f5453ac2b6
3 changed files with 7 additions and 4 deletions

View file

@ -23,9 +23,10 @@
}; };
# installed for each machine # installed for each machine
defaults = import ./machines/base.nix; defaults = import ./machines/_base.nix;
test01 = import ./machines/test01.nix; # firewall machiene
#agentjones = import ./machines/agentjones.nix;
test02 = import ./machines/test02.nix; test02 = import ./machines/test02.nix;

View file

@ -5,7 +5,9 @@
]; ];
deployment = { deployment = {
targetHost = "test01.home.brendan.ie"; #targetHost = "agentjones.skynet.ie";
# wont have dns to start with
targetHost = "193.1.99.72";
targetPort = 22; targetPort = 22;
targetUser = "root"; targetUser = "root";
}; };
@ -13,7 +15,7 @@
# this server is teh firewall # this server is teh firewall
skynet_firewall = { skynet_firewall = {
# always good to know oneself # always good to know oneself
own_ip = "192.168.1.157"; own_ip = "193.1.99.72";
# 443 is an ssh port now (heh) # 443 is an ssh port now (heh)
own_ports = [ own_ports = [