From 9caddae5530ed0d373f1026da743013b45e46435 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 6 Dec 2024 17:48:38 +0100 Subject: [PATCH] Shouldn't rename the secret without doing it in sops too --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 67457ec..c7fddc4 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -74,7 +74,7 @@ prowlarr.enable = true; }; - sops.secrets."webdav/nextcloud" = { + sops.secrets."webdav-secret" = { mode = "0600"; path = "/etc/davfs2/secrets"; };