From 0bae524940e3b0cd3010c2b687edc9c708eebaae Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 3 Dec 2023 19:35:21 +0100 Subject: [PATCH] try lan interface in 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 1c9e7a6..cf0828f 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -98,7 +98,7 @@ in containers.gitea = { autoStart = true; - macvlans = [ "infrastructure" ]; + macvlans = [ "lan" ]; bindMounts = { "/var/lib/gitea" = { hostPath = "/var/lib/gitea/";