From 1a6247caa01a9ae903033c8ae0e12fff92b85aaa Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Sun, 22 Feb 2026 19:49:13 +0100 Subject: [PATCH] Disable Forgejo Realized I don't need this at all. Glad I have a working setup now if I need one but simply pushing to a bare repository on the server is enough. --- modules/nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 6814808..a30a033 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -1,7 +1,7 @@ { imports = [ ./copyparty.nix - ./forgejo.nix + # ./forgejo.nix ./immich.nix ./jellyfin.nix # ./minecraft.nix