From 8e373cec3f4ac69dfef12dc47235cc3d5dab975b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 3 Dec 2023 20:37:32 +0100 Subject: [PATCH] gitea container --- 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 fb49e36..72aa467 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -100,7 +100,7 @@ in containers.gitea = { extraFlags = [ "-U" ]; autoStart = true; - empheral = true; + emphemeral = true; privateNetwork = true; hostBridge = "server"; localAddress = "10.42.97.2/24";