1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-05 02:17:31 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
c45e23d57c
remove seafile 2025-03-01 12:45:54 +01:00
4ee9efb237
forgejo upgrade 2025-03-01 12:44:34 +01:00
4 changed files with 10 additions and 9 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

@ -139,11 +139,11 @@
file_server
'';
};
"sf.heroin.trade" = {
extraConfig = ''
reverse_proxy http://127.0.0.1:8082
'';
};
# "sf.heroin.trade" = {
# extraConfig = ''
# reverse_proxy http://127.0.0.1:8082
# '';
# };
"servers" = {
extraConfig = ''
metrics

View file

@ -26,7 +26,7 @@ with lib; {
./nextcloud.nix
./paperless.nix
../../docker.nix
./seafile.nix
# ./seafile.nix
# ./borg.nix
# ./nfs.nix
# ../../gc.nix

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