From 64b55201709ccd117eb7417f53cbe7becb67d739 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 23:57:24 +0100 Subject: [PATCH] Typo. --- nix-system-configs/modules/system/forgejo.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix-system-configs/modules/system/forgejo.nix b/nix-system-configs/modules/system/forgejo.nix index a8a8b3c..0108c14 100644 --- a/nix-system-configs/modules/system/forgejo.nix +++ b/nix-system-configs/modules/system/forgejo.nix @@ -156,7 +156,6 @@ in { systemd.services."forgejo-custom-files" = { description = "Install Forgejo custom templates and assets into customDir"; after = [ "network.target" ]; - wantedBy = [ "multi-user.target" ]; serviceConfig = { Type = "oneshot"; # Use bash -c to run a compact copy/install script that ensures dirs exist and files are owned by forgejo