all repos — nixfiles @ cf033238c56b80945f5b6f03cc46bdb274bf7cd3

System and user configuration, managed by nix and home-manager

linde: remove website oci container

Alan Pearce
commit

cf033238c56b80945f5b6f03cc46bdb274bf7cd3

parent

3e42bd79d72183a1c019c0912e649e56a40bb684

1 file changed, 0 insertions(+), 22 deletions(-)

jump to
M system/linde.nixsystem/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";