From 486cecc8864e3a867cb4a8c69daf2aace7a44e65 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 12 Aug 2024 17:47:03 +0200 Subject: [PATCH] fix: used str instead of path --- features/services/nextcloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/services/nextcloud.nix b/features/services/nextcloud.nix index 083504b..19b2f38 100644 --- a/features/services/nextcloud.nix +++ b/features/services/nextcloud.nix @@ -8,7 +8,7 @@ database.createLocally = true; config = { dbtype = "pgsql"; - adminpassFile = config.sops.secrets.adminNextcloudPass; + adminpassFile = config.sops.secrets.adminNextcloudPass.path; }; }; }