From d6028880e7a2000595b65b45f59f37a2a12dcabf Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 3 Dec 2023 20:44:06 +0100 Subject: [PATCH] fix 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 1f4649a..1d33b5b 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; - emphemeral = true; + ephemeral = true; privateNetwork = true; hostBridge = "server"; localAddress = "10.42.97.2/24";