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"