add sops to servarr

This commit is contained in:
soraefir
2026-05-12 21:28:24 +02:00
parent befe46c085
commit 6d665ee59c

View File

@@ -26,7 +26,7 @@ let
"${serverCfg.configPath}/servarr:/config-root" "${serverCfg.configPath}/servarr:/config-root"
]; ];
in { in {
# Initialize atomic configuration structures sops = true;
paths = [ paths = [
{ path = "${serverCfg.configPath}/servarr/prowlarr"; mode = "0755"; } { path = "${serverCfg.configPath}/servarr/prowlarr"; mode = "0755"; }
{ path = "${serverCfg.configPath}/servarr/radarr"; mode = "0755"; } { path = "${serverCfg.configPath}/servarr/radarr"; mode = "0755"; }