Shouldn't rename the secret without doing it in sops too

This commit is contained in:
Lillian Violet 2024-12-06 17:48:38 +01:00
parent 11ec2dddae
commit 9caddae553

View file

@ -74,7 +74,7 @@
prowlarr.enable = true; prowlarr.enable = true;
}; };
sops.secrets."webdav/nextcloud" = { sops.secrets."webdav-secret" = {
mode = "0600"; mode = "0600";
path = "/etc/davfs2/secrets"; path = "/etc/davfs2/secrets";
}; };