Use docker on all oci-containers

This commit is contained in:
Andreas Zweili 2022-11-03 09:37:37 +01:00
parent 1724f95d34
commit ae0f3c6e3b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ in
};
virtualisation.oci-containers = {
backend = "docker";
containers."ttrss" = {
image = "ghcr.io/nebucatnetzer/tt-rss-aarch64/ttrss-fpm-pgsql-static";
autoStart = false;