From 6d9bd8256f634f74b558ef52db72062272e108b4 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 28 May 2026 03:15:47 +0900 Subject: [PATCH] kommode/gitea/install-customization: disable networking --- hosts/kommode/services/gitea/customization/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/kommode/services/gitea/customization/default.nix b/hosts/kommode/services/gitea/customization/default.nix index 1c666f8..55d0609 100644 --- a/hosts/kommode/services/gitea/customization/default.nix +++ b/hosts/kommode/services/gitea/customization/default.nix @@ -72,6 +72,7 @@ in Type = "oneshot"; User = cfg.user; Group = cfg.group; + PrivateNetwork = true; ExecStart = let logo-svg = fp /assets/logo_blue_regular.svg;