nixos/kelder-spoder: Remove deprecated Nextcloud option

This commit is contained in:
Jack O'Sullivan 2023-11-16 21:42:55 +00:00
parent f202f8c12c
commit aa15afa650

View File

@ -96,7 +96,6 @@ in
datadir = "/mnt/storage/nextcloud";
hostName = "cloud.${domain}";
https = true;
enableBrokenCiphersForSSE = false;
config = {
extraTrustedDomains = [ "cloud-local.${domain}" ];
adminpassFile = config.age.secrets."kelder/nextcloud-root.txt".path;