Remove the docker backend from ttrss-postgres

This commit is contained in:
Andreas Zweili 2022-11-02 21:45:13 +01:00
parent 6ae6fd0f5b
commit 8051f5e454
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ in
};
virtualisation.oci-containers = {
backend = "docker";
containers."ttrss" = {
image = "ghcr.io/nebucatnetzer/tt-rss-aarch64/ttrss-fpm-pgsql-static";
autoStart = false;
@ -41,7 +40,6 @@ in
volumes = [
"/home/andreas/ttrss/config:/config"
];
extraOptions = [ "--add-host=host.docker.internal:host-gateway" ];
};
};
}