From b3d991e345ee1794e5c338d69f3aca1d0bc396c6 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 20 Nov 2023 16:15:05 +0100 Subject: [PATCH] attribute "queen-Lillian" is missing --- nixos/queen/nextcloud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/queen/nextcloud.nix b/nixos/queen/nextcloud.nix index d1fcf28..075ed6a 100644 --- a/nixos/queen/nextcloud.nix +++ b/nixos/queen/nextcloud.nix @@ -53,10 +53,10 @@ dbuser = "nextcloud"; dbhost = "/run/postgresql"; # nextcloud will add /.s.PGSQL.5432 by itself dbname = "nextcloud"; - dbpassFile = config.sops.secrets.queen-Lillian."nextclouddb".path; + dbpassFile = config.sops.secrets."nextclouddb".path; #TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration - adminpassFile = config.sops.secrets.queen-Lillian."nextcloudadmin".path; + adminpassFile = config.sops.secrets.queen."nextcloudadmin".path; adminuser = "admin"; }; };