Compare commits

...

1 Commits

Author SHA1 Message Date
48c554d926 [NixOS] Add syncthing to biskcomp 2023-12-07 01:39:50 -07:00

View File

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