From a6792d1a5e9b6d512a9477fd0bc0f1c444ecf97e Mon Sep 17 00:00:00 2001 From: William Date: Thu, 13 Jul 2023 14:54:48 -0300 Subject: [PATCH] fix nextcloud secret again --- hosts/servers/alexandria/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/servers/alexandria/nextcloud.nix b/hosts/servers/alexandria/nextcloud.nix index 14559b5..9b0a55a 100644 --- a/hosts/servers/alexandria/nextcloud.nix +++ b/hosts/servers/alexandria/nextcloud.nix @@ -9,7 +9,7 @@ configureRedis = true; caching.apcu = false; https = true; - sercretFile = config.age.secrets.nextcloud.path; + secretFile = config.age.secrets.nextcloud.path; }; nginx.virtualHosts.${config.services.nextcloud.hostName} = {