1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-04-29 02:47:30 +02:00

forgejo upgrade

This commit is contained in:
xqtc 2025-03-01 12:44:34 +01:00
parent b86c6dd8f2
commit 4ee9efb237
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 4 additions and 3 deletions
home/modules
hosts/x86_64-linux/beleth

View file

@ -45,15 +45,15 @@ in {
# ida-free
spotify
cosmic-icons
seafile-client
# seafile-client
steam
protonup-qt
]))
++ (lib.optionals (config.os == "linux" && config.host != "yosai") (with pkgs; [
jellyfin-media-player
ghidra
hyprland-qtutils
steam
yubioath-flutter
protonup-qt
element-desktop
tuba
]))

View file

@ -16,6 +16,7 @@ in {
};
services.forgejo = {
enable = true;
package = pkgs.forgejo;
settings.server = {
HTTP_PORT = 3002;
ROOT_URL = "https://git.heroin.trade";