mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
ACTUALLY fixed gitea container name
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user