From 25ae04c97df7dd307aa2762162a9b5fa818e48f7 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 23 Jul 2017 21:42:28 +0200 Subject: l prism: add hotdog container --- lass/1systems/prism/config.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lass') diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 6c1453c9..b13e6bd6 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -283,6 +283,21 @@ in { ]; }; } + { + #hotdog + containers.hotdog = { + config = { ... }: { + services.openssh.enable = true; + users.users.root.openssh.authorizedKeys.keys = [ + config.krebs.users.lass.pubkey + ]; + }; + enableTun = true; + privateNetwork = true; + hostAddress = "10.233.2.1"; + localAddress = "10.233.2.2"; + }; + } ]; krebs.build.host = config.krebs.hosts.prism; -- cgit v1.2.3