From e8f76a82cc0272c7306bfdba705b268186d2e872 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sat, 2 Dec 2023 00:04:35 +0100 Subject: [PATCH] fix container name --- hosts/fw.cloonar.com/modules/gitea.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index bdc86cf..ec31c81 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -58,7 +58,7 @@ in # TODO: check if we can run docker service as other user than root virtualisation = { oci-containers.containers = { - omada = { + gitea = { image = "bitnami/gitea:1"; volumes = [ "/var/lib/gitea:/bitnami/gitea"