Move Audiobookshelf service to nixnuc

This commit is contained in:
Gene Liverman 2024-04-05 23:06:46 -04:00
parent e94b7586cb
commit 7878e5438f
2 changed files with 7 additions and 3 deletions

View file

@ -94,7 +94,7 @@ in {
acmeRoot = null;
forceSSL = true;
locations."/".proxyWebsockets = true;
locations."/".proxyPass = "http://${mini_watcher}:13378";
locations."/".proxyPass = "http://${backend_ip}:13378";
};
"atuin.${home_domain}" = {
listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];