Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2025-05-17 12:37:52 -07:00
commit c8cc7164cf
2 changed files with 1 additions and 4 deletions

View File

@ -89,9 +89,6 @@
"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.nextcloud29;
package = pkgs.nextcloud30;
# Let NixOS install and configure the database automatically.
database.createLocally = true;