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