ACTUALLY fixed gitea container name

This commit is contained in:
2025-10-23 10:34:47 +01:00
parent 126633f5aa
commit 62f0719212

View File

@@ -7,12 +7,12 @@
unstablePkgs,
...
}: {
services.gitea = {
services.podman = {
networks = {
gitea-net = {};
};
containers = {
nextcloud = {
gitea = {
image = "docker.gitea.com/gitea:latest-rootless";
autoUpdate = "registry";
network = [