mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-05 02:17:31 +02:00
Compare commits
2 commits
b86c6dd8f2
...
c45e23d57c
Author | SHA1 | Date | |
---|---|---|---|
c45e23d57c | |||
4ee9efb237 |
4 changed files with 10 additions and 9 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
|
||||
]))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -26,7 +26,7 @@ with lib; {
|
|||
./nextcloud.nix
|
||||
./paperless.nix
|
||||
../../docker.nix
|
||||
./seafile.nix
|
||||
# ./seafile.nix
|
||||
# ./borg.nix
|
||||
# ./nfs.nix
|
||||
# ../../gc.nix
|
||||
|
|
|
@ -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