1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Update nextcloud user/group for sops

This commit is contained in:
Stefan Ellmauthaler 2022-07-31 15:23:02 +02:00
parent 706628e5d5
commit f3da627c05
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -26,7 +26,11 @@ with lib;{
after = [ "postrgresql.service" ]; after = [ "postrgresql.service" ];
}; };
sops.secrets = { sops.secrets = {
storemin.sopsFile = ../../secrets/server.yaml; storemin = {
owner = "nextcloud";
group = "nextcloud";
sopsFile = ../../secrets/server.yaml;
};
}; };
}; };
} }