mirror of
https://git.gay/xqtc/nixos-config
synced 2025-04-29 02:47:30 +02:00
forgejo upgrade
This commit is contained in:
parent
b86c6dd8f2
commit
4ee9efb237
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
]))
|
||||
|
|
|
@ -16,6 +16,7 @@ in {
|
|||
};
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
settings.server = {
|
||||
HTTP_PORT = 3002;
|
||||
ROOT_URL = "https://git.heroin.trade";
|
||||
|
|
Loading…
Add table
Reference in a new issue