services: hydraCache: add substituter and remove rocm from steamdeck

This commit is contained in:
2024-06-03 21:29:23 +02:00
parent 3500f3d3a8
commit a901a661f9
3 changed files with 7 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
"cache.home.opel-online.de" = {
useACMEHost = "home.opel-online.de";
forceSSL = true;
locations."/".proxyPass = "http://localhost:5001";
locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}";
};
};
};