From 893e5bc1da0f1f935b8624dacf7ae7153467a1e7 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 3 Dec 2023 21:07:57 +0100 Subject: [PATCH] remove flag --- 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 72a7418..f1aac23 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" ];