summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-04 10:16:04 +0200
committerlassulus <git@lassul.us>2023-09-04 10:16:04 +0200
commit759c63246af4af49e4cdeee329d065879f92ef2d (patch)
tree40e64834e458192388371c38dec6192a87464e54 /lass
parent7757553259fdc426b2a450a0af439e69d290e564 (diff)
l prism.r: remove hotdog
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism/config.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index 909eedc92..46e35de4f 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -81,24 +81,6 @@ with import <stockholm/lib>;
};
}
{
- #hotdog
- systemd.services."container@hotdog".reloadIfChanged = mkForce false;
- containers.hotdog = {
- config = { ... }: {
- environment.systemPackages = [ pkgs.git ];
- services.openssh.enable = true;
- users.users.root.openssh.authorizedKeys.keys = [
- config.krebs.users.lass.pubkey
- ];
- };
- autoStart = false;
- enableTun = true;
- privateNetwork = true;
- hostAddress = "10.233.2.1";
- localAddress = "10.233.2.2";
- };
- }
- {
services.nginx.virtualHosts."radio.lassul.us" = {
enableACME = true;
addSSL = true;