pochita add forgejo

This commit is contained in:
Osman Faruk Bayram 2025-02-27 22:18:59 +03:00
parent 5e18abfe4b
commit c677b18996

View file

@ -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"