2 Commits

Author SHA1 Message Date
2c0fd64edd [NixOS] Add syncthing to biskcomp 2023-12-07 01:41:17 -07:00
ced8c34823 [NixOS] Update railbird-sf runner token to be global 2023-11-25 22:33:48 -07:00
2 changed files with 7 additions and 0 deletions

View File

@@ -69,6 +69,13 @@ in
proxyPass = "http://192.168.1.26:3090";
};
};
"syncthing.railbird.ai" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://[::1]:8384";
};
};
};
};