From c68f86d904559dfb907c7e719692c8b8d3f8ea3f Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 4 Dec 2023 11:53:17 +0100 Subject: [PATCH] gitea --- hosts/fw.cloonar.com/modules/gitea.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index eb9279a..ac63985 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -98,7 +98,6 @@ in # }; containers.gitea = { - extraFlags = [ "-U" ]; autoStart = true; ephemeral = true; macvlans = [ "vserver" ];