linde: remove website oci container
Alan Pearce alan@alanpearce.eu
Fri, 21 Mar 2025 23:00:32 +0100
1 files changed, 0 insertions(+), 22 deletions(-)
jump to
M system/linde.nix → system/linde.nix
@@ -1027,28 +1027,6 @@ autoPrune = { 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";