mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
feat: fixed vaultwarden backups
This commit is contained in:
parent
c5d2c9005e
commit
70379d5bed
2 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue