forked from colonelpanic/dotfiles
[NixOS] Add nextcloud to biskcomp
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user