mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
Fix After example
This commit is contained in:
parent
07af005bb7
commit
cfbf59d267
1 changed files with 1 additions and 1 deletions
|
|
@ -828,7 +828,7 @@ The actual sops configuration is in the `sops` namespace in your home.nix (or in
|
||||||
The secrets are decrypted in a systemd user service called `sops-nix`, so other services needing secrets must order after it:
|
The secrets are decrypted in a systemd user service called `sops-nix`, so other services needing secrets must order after it:
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
|
systemd.user.services.mbsync.unitConfig.After = [ "sops-nix.service" ];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue