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";