Move mariadb-for-containers to the gitea module

This commit is contained in:
Andreas Zweili 2023-06-05 15:48:09 +02:00
parent e7d7eed629
commit a2d1bc1fb5
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,10 @@ in
config = lib.mkIf cfg.enable {
age.secrets.giteaEnv.file = "${inputs.self}/scrts/gitea_env.age";
services.az-docker.enable = true;
services = {
az-docker.enable = true;
az-mariadb-for-containers.enable = true;
};
virtualisation.oci-containers = {
backend = "docker";

View File

@ -21,6 +21,5 @@ in
enable = true;
domain = domain;
};
az-mariadb-for-containers.enable = true;
};
}