summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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";