login geht
This commit is contained in:
@@ -21,11 +21,13 @@ with lib;
|
|||||||
../modules/autoupdate.nix
|
../modules/autoupdate.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.etc."nextcloud-admin-pass".text = "hXz5vspPsFPY";
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud30;
|
||||||
hostName = "10.0.0.11";
|
hostName = "10.0.0.11";
|
||||||
config.adminpassFile = config.sops.secrets.nextcloudAdminPass.path;
|
#config.adminpassFile = config.sops.secrets.nextcloudAdminPass.path;
|
||||||
|
config.adminpassFile = "/etc/nextcloud-admin-pass"; #user=root
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user