From b01f595289fdcd5b6d4c69b335ea0b3645741189 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 9 Sep 2017 00:21:13 +0200 Subject: l prism.r: add onondaga container --- lass/1systems/prism/config.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lass') 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; -- cgit v1.2.3 From 99cd162f1fc44426ec293b89a24671aab5a9dcf9 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 9 Sep 2017 00:26:09 +0200 Subject: l git: add populate --- lass/2configs/git.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lass') diff --git a/lass/2configs/git.nix b/lass/2configs/git.nix index 61a352bde..7bce93ae1 100644 --- a/lass/2configs/git.nix +++ b/lass/2configs/git.nix @@ -38,6 +38,9 @@ let cgit.desc = "nixpkgs fork"; cgit.section = "configuration"; }; + populate = { + cgit.section = "software"; + }; stockholm = { cgit.desc = "take all the computers hostage, they'll love you!"; cgit.section = "configuration"; -- cgit v1.2.3