feat: renaming in prep for them being isntalled
This commit is contained in:
parent
6ef12f03de
commit
f5453ac2b6
3 changed files with 7 additions and 4 deletions
|
@ -23,9 +23,10 @@
|
|||
};
|
||||
|
||||
# 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;
|
||||
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
];
|
||||
|
||||
deployment = {
|
||||
targetHost = "test01.home.brendan.ie";
|
||||
#targetHost = "agentjones.skynet.ie";
|
||||
# wont have dns to start with
|
||||
targetHost = "193.1.99.72";
|
||||
targetPort = 22;
|
||||
targetUser = "root";
|
||||
};
|
||||
|
@ -13,7 +15,7 @@
|
|||
# this server is teh firewall
|
||||
skynet_firewall = {
|
||||
# always good to know oneself
|
||||
own_ip = "192.168.1.157";
|
||||
own_ip = "193.1.99.72";
|
||||
|
||||
# 443 is an ssh port now (heh)
|
||||
own_ports = [
|
Loading…
Reference in a new issue