fix: certbot nginx premission
This commit is contained in:
parent
56dfb90345
commit
e6c4ca5e04
3 changed files with 38 additions and 8 deletions
|
|
@ -44,18 +44,23 @@ in
|
|||
"nextcloud"
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
|
||||
users.groups.windows = {
|
||||
members = [ "nextcloud" ];
|
||||
};
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
datadir = "/mnt/windows/Linux/nextcloud";
|
||||
datadir = "/mnt/nextcloud";
|
||||
package = pkgs.nextcloud31;
|
||||
configureRedis = true;
|
||||
hostName = "pre7780.net.dn";
|
||||
https = false;
|
||||
https = true;
|
||||
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue