mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 10:56:05 -07:00
Compare commits
No commits in common. "28c4d0127f99339f98b352e931e5cea035f81e83" and "2cb37324a0c5e720799d8370ac5a6d5c837b3fa6" have entirely different histories.
28c4d0127f
...
2cb37324a0
@ -89,6 +89,9 @@
|
|||||||
"plot.tstarr.us" = (SSL // {
|
"plot.tstarr.us" = (SSL // {
|
||||||
locations."/".proxyPass = "http://localhost:8988/";
|
locations."/".proxyPass = "http://localhost:8988/";
|
||||||
});
|
});
|
||||||
|
"link.tstarr.us" = (SSL // {
|
||||||
|
locations."/".proxyPass = "http://localhost:9090/";
|
||||||
|
});
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ in {
|
|||||||
hostName = "${domain}";
|
hostName = "${domain}";
|
||||||
|
|
||||||
# Need to manually increment with every major upgrade.
|
# Need to manually increment with every major upgrade.
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud29;
|
||||||
|
|
||||||
# Let NixOS install and configure the database automatically.
|
# Let NixOS install and configure the database automatically.
|
||||||
database.createLocally = true;
|
database.createLocally = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user