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

Add sync group to firefox-sync sops

This commit is contained in:
Stefan Ellmauthaler 2023-02-17 10:00:56 +01:00
parent a01f5e7c32
commit 235531ecae
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -30,6 +30,7 @@ with lib; {
sops.secrets = {
firefox_sync = {
owner = "firefox-syncserver";
group = "firefox-syncserver";
sopsFile = ../../secrets/server.yaml;
};
};