login geht
This commit is contained in:
@@ -21,11 +21,13 @@ with lib;
|
||||
../modules/autoupdate.nix
|
||||
];
|
||||
|
||||
environment.etc."nextcloud-admin-pass".text = "hXz5vspPsFPY";
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud30;
|
||||
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 ];
|
||||
|
||||
Reference in New Issue
Block a user