feat: fixed vaultwarden backups

This commit is contained in:
Nick 2025-10-13 22:56:24 -05:00
parent c5d2c9005e
commit 70379d5bed
2 changed files with 6 additions and 5 deletions

View file

@ -96,9 +96,11 @@ in
serviceConfig = {
Group = lib.mkForce syncthing.name;
};
wantedBy = lib.mkForce [ ];
after = [ "${service.name}.service" ];
};
};
users.users.${service.name}.extraGroups = [
syncthing.name
];