tower/configuration.nix: enable forgejo

This commit is contained in:
Charlie Root 2025-03-07 10:59:56 +01:00
commit 5f54ca60d7
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -26,6 +26,7 @@
};
modules = {
system = {
services.forgejo.enable = true;
programs = {
editors = {
helix.enable = true;