[NixOS] Add nextcloud to biskcomp
This commit is contained in:
parent
8f20c46aac
commit
9f8cc149ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user