[NixOS] Add nextcloud to biskcomp

This commit is contained in:
Ivan Malison 2023-11-21 20:09:47 -07:00
parent 8f20c46aac
commit 9f8cc149ef

View File

@ -40,6 +40,15 @@ in
defaults.email = "IvanMalison@gmail.com";
};
services.nextcloud = {
enable = true;
hostName = "nextcloud.railbird.ai";
config = {
dbtype = "pgsql";
database.createLocally = true;
};
};
services.nginx = {
enable = true;
recommendedProxySettings = true;