From c677b1899698fffa2afea650733cc7da829d78c2 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 27 Feb 2025 22:18:59 +0300 Subject: [PATCH] pochita add forgejo --- hosts/pochita/configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index 5acfac5..3489dd7 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -25,9 +25,11 @@ i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method - # enable hyprland - # programs.hyprland.enable = true; - + # enable forgejo + services.forgejo = { + enable = true; + # port = 8080; + }; networking.hostName = "pochita"; # log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"