feat: wiki test

This commit is contained in:
Nick 2024-10-19 15:32:13 -05:00
parent fe1d6fe3a2
commit 60ec5f5aa6

View file

@ -41,7 +41,7 @@ in {
sopsSecrets = ["pass"]; sopsSecrets = ["pass"];
sopsPath = secret: { sopsPath = secret: {
path = "${sops.path0}/${name}-${secret}"; path = "${sops.path0}/${name}-${secret}";
owner = name; owner = "root";
mode = "600"; mode = "600";
}; };
in { in {