tv: set external = true where appropriate

This commit is contained in:
tv 2017-08-31 20:04:08 +02:00
parent 448d4dc075
commit af0696b998

View File

@ -79,6 +79,7 @@ with import <stockholm/lib>;
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOd/HqZIO9Trn3eycl23GZAz21HQCISaVNfNyaLSQvJ6"; ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOd/HqZIO9Trn3eycl23GZAz21HQCISaVNfNyaLSQvJ6";
}; };
ju = { ju = {
external = true;
nets = { nets = {
gg23 = { gg23 = {
ip4.addr = "10.23.1.144"; ip4.addr = "10.23.1.144";
@ -112,6 +113,7 @@ with import <stockholm/lib>;
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHM6dL0fQ8Bd0hER0Xa3I2pAWVHdnwOBaAZhbDlLJmUu"; ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHM6dL0fQ8Bd0hER0Xa3I2pAWVHdnwOBaAZhbDlLJmUu";
}; };
kaepsele = { kaepsele = {
external = true;
nets = { nets = {
retiolum = { retiolum = {
ip4.addr = "10.243.166.2"; ip4.addr = "10.243.166.2";
@ -237,6 +239,7 @@ with import <stockholm/lib>;
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMIHmwXHV7E9UGuk4voVCADjlLkyygqNw054jvrsPn5t root@nomic"; ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMIHmwXHV7E9UGuk4voVCADjlLkyygqNw054jvrsPn5t root@nomic";
}; };
ok = { ok = {
external = true;
nets = { nets = {
gg23 = { gg23 = {
ip4.addr = "10.23.1.1"; ip4.addr = "10.23.1.1";
@ -245,6 +248,7 @@ with import <stockholm/lib>;
}; };
}; };
schnabeldrucker = { schnabeldrucker = {
external = true;
nets = { nets = {
gg23 = { gg23 = {
ip4.addr = "10.23.1.21"; ip4.addr = "10.23.1.21";
@ -253,6 +257,7 @@ with import <stockholm/lib>;
}; };
}; };
schnabelscanner = { schnabelscanner = {
external = true;
nets = { nets = {
gg23 = { gg23 = {
ip4.addr = "10.23.1.22"; ip4.addr = "10.23.1.22";