nixos/kelder-spoder: Remove deprecated Nextcloud option
This commit is contained in:
parent
f202f8c12c
commit
aa15afa650
@ -96,7 +96,6 @@ in
|
|||||||
datadir = "/mnt/storage/nextcloud";
|
datadir = "/mnt/storage/nextcloud";
|
||||||
hostName = "cloud.${domain}";
|
hostName = "cloud.${domain}";
|
||||||
https = true;
|
https = true;
|
||||||
enableBrokenCiphersForSSE = false;
|
|
||||||
config = {
|
config = {
|
||||||
extraTrustedDomains = [ "cloud-local.${domain}" ];
|
extraTrustedDomains = [ "cloud-local.${domain}" ];
|
||||||
adminpassFile = config.age.secrets."kelder/nextcloud-root.txt".path;
|
adminpassFile = config.age.secrets."kelder/nextcloud-root.txt".path;
|
||||||
|
Loading…
Reference in New Issue
Block a user