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