2024-10-11 10:23:21 +00:00
|
|
|
<template>
|
2024-10-15 08:45:44 +00:00
|
|
|
<pre>
|
2024-10-11 10:23:21 +00:00
|
|
|
services.nextcloud = {
|
|
|
|
enable = true;
|
|
|
|
hostName = "nextcloud.tld";
|
|
|
|
database.createLocally = true;
|
|
|
|
config = {
|
|
|
|
dbtype = "pgsql";
|
|
|
|
adminpassFile = "/path/to/admin-pass-file";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
2024-10-15 08:45:44 +00:00
|
|
|
</pre>
|
2024-10-11 10:23:21 +00:00
|
|
|
</template>
|
|
|
|
|