diff options
author | makefu <github@syntax-fehler.de> | 2017-09-09 16:25:37 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-09-09 16:25:37 +0200 |
commit | ca7a1304541aad960fc2664d740e7c07eb794695 (patch) | |
tree | b3a6b644ebcc3a27688bcbdbfe44f1339386837f /lass/1systems | |
parent | 54feede990f042cc75a240dab50ad2016ed4c9ec (diff) | |
parent | 5067cc312e32b47862a8c02455bb2cd8f89a48a0 (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism/config.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index b3f547452..5983456b3 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -311,6 +311,22 @@ in { localAddress = "10.233.2.4"; }; } + { + #onondaga + containers.onondaga = { + config = { ... }: { + services.openssh.enable = true; + users.users.root.openssh.authorizedKeys.keys = [ + config.krebs.users.lass.pubkey + config.krebs.users.nin.pubkey + ]; + }; + enableTun = true; + privateNetwork = true; + hostAddress = "10.233.2.4"; + localAddress = "10.233.2.5"; + }; + } ]; krebs.build.host = config.krebs.hosts.prism; |