Compare commits

...

3 Commits

Author SHA1 Message Date
28c4d0127f update to nextcloud 30 2025-05-15 17:28:42 -07:00
0138368b6a Merge branch 'master' of github.com:starr-dusT/dotfiles 2025-05-15 17:26:47 -07:00
44a87cc45e remove link 2025-05-15 17:26:34 -07:00
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;