summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2020-04-22 08:04:24 +0200
committerlassulus <lassulus@lassul.us>2020-04-22 08:04:24 +0200
commit8b6e3b79315bdb70504674a61ea2c209e460e50e (patch)
tree983e31c723c9b08c1e354a8c058a02d27e58a2fc
parent8dff611d7fe757cd5af7676443760501908b2f30 (diff)
l prism.r: remove onondaga
-rw-r--r--lass/1systems/prism/config.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index 00418310..f1f14e79 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -116,26 +116,6 @@ with import <stockholm/lib>;
localAddress = "10.233.2.2";
};
}
- {
- #onondaga
- systemd.services."container@onondaga".reloadIfChanged = mkForce false;
- containers.onondaga = {
- config = { ... }: {
- imports = [ <stockholm/lass/2configs/rebuild-on-boot.nix> ];
- environment.systemPackages = [ pkgs.git ];
- services.openssh.enable = true;
- users.users.root.openssh.authorizedKeys.keys = [
- config.krebs.users.lass.pubkey
- config.krebs.users.nin.pubkey
- ];
- };
- autoStart = true;
- enableTun = true;
- privateNetwork = true;
- hostAddress = "10.233.2.5";
- localAddress = "10.233.2.6";
- };
- }
<stockholm/lass/2configs/exim-smarthost.nix>
<stockholm/lass/2configs/ts3.nix>
<stockholm/lass/2configs/privoxy-retiolum.nix>