diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index 81d6826..b185b84 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -1,10 +1,11 @@ -{config, ...}: { +{config, pkgs, ...}: { # This is only a temporary password and will be changed environment.etc."nextcloud-admin-pass".text = "samcsamc11"; services.nextcloud = { enable = true; hostName = "sprechtl.ddns.net"; https = true; + package = pkgs.nextcloud31; config = { adminpassFile = "/etc/nextcloud-admin-pass"; dbtype = "sqlite";