Compare commits

..

No commits in common. "28c4d0127f99339f98b352e931e5cea035f81e83" and "2cb37324a0c5e720799d8370ac5a6d5c837b3fa6" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View File

@ -89,6 +89,9 @@
"plot.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:8988/";
});
"link.tstarr.us" = (SSL // {
locations."/".proxyPass = "http://localhost:9090/";
});
};
};

View File

@ -41,7 +41,7 @@ in {
hostName = "${domain}";
# Need to manually increment with every major upgrade.
package = pkgs.nextcloud30;
package = pkgs.nextcloud29;
# Let NixOS install and configure the database automatically.
database.createLocally = true;