summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-21 23:00:32 +0100
committerAlan Pearce2025-03-21 23:00:32 +0100
commitcf033238c56b80945f5b6f03cc46bdb274bf7cd3 (patch)
tree92b34e8825a69b4489c72cc869c772822409a751
parent3e42bd79d72183a1c019c0912e649e56a40bb684 (diff)
downloadnixfiles-cf033238c56b80945f5b6f03cc46bdb274bf7cd3.tar.lz
nixfiles-cf033238c56b80945f5b6f03cc46bdb274bf7cd3.tar.zst
nixfiles-cf033238c56b80945f5b6f03cc46bdb274bf7cd3.zip
linde: remove website oci container
-rw-r--r--system/linde.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/system/linde.nix b/system/linde.nix
index aebbbc5f..bc65e0de 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -1027,28 +1027,6 @@ in
       enable = true;
     };
   };
-  virtualisation.oci-containers = {
-    containers.website = {
-      image = "ko.local/server:latest";
-      ports = [
-        "8080:8080"
-        "8443:8443"
-      ];
-      volumes = [
-        "data:/data"
-      ];
-      environmentFiles = [
-        config.age.secrets.powerdns.path
-      ];
-      environment = {
-        SERVER_LISTEN_ADDRESS = "::";
-        SERVER_TLS = "false";
-        WEBSITE_SOURCE = "/data/website";
-        WEBSITE_DESTINATION = "/data/public";
-        WEBSITE_REMOTE_VCS_URL = "https://git.alanpearce.eu/website";
-      };
-    };
-  };
 
   fileSystems."/srv/transmission" = {
     device = "//u439959-sub4.your-storagebox.de/u439959-sub4";