test gitea docker

This commit is contained in:
2026-04-26 12:20:40 -05:00
parent d86b2c70e7
commit 7dd153349d
2 changed files with 6 additions and 2 deletions

View File

@@ -118,6 +118,7 @@
config = {
networking.firewall.allowedTCPPorts = [ 2222 ];
virtualisation.oci-containers.containers."${name}" = {
image = "docker.gitea.com/gitea:1.25.4";

View File

@@ -11,8 +11,9 @@
self.nixosModules.default
pipewire
avahi
netbird
netbird-sbc
openssh
sops
docker
@@ -23,7 +24,7 @@
netbird-docker
n8n
code-server
gitea
gitea-docker
jellyfin
nginx
ollama-docker
@@ -80,6 +81,8 @@
};
};
sops.secrets."netbirdKey".sopsFile = lib.mkForce ./secrets.yaml;
services.netbird.clients.default.environment = {
NB_EXTRA_DNS_LABELS = "server";
};