diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index e3af934..1be71fa 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -26,6 +26,7 @@ }; modules = { system = { + services.forgejo.enable = true; programs = { editors = { helix.enable = true;