mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-06-07 12:16:05 -07:00
Merge branch 'master' of github.com:starr-dusT/dotfiles
This commit is contained in:
commit
c8cc7164cf
@ -89,9 +89,6 @@
|
||||
"plot.tstarr.us" = (SSL // {
|
||||
locations."/".proxyPass = "http://localhost:8988/";
|
||||
});
|
||||
"link.tstarr.us" = (SSL // {
|
||||
locations."/".proxyPass = "http://localhost:9090/";
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user