We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5745e46 + 207df45 commit 496a6f6Copy full SHA for 496a6f6
README.md
@@ -851,7 +851,7 @@ The actual sops configuration is in the `sops` namespace in your home.nix (or in
851
The secrets are decrypted in a systemd user service called `sops-nix`, so other services needing secrets must order after it:
852
```nix
853
{
854
- systemd.user.services.mbsync.unitConfig.After = [ "sops-nix.service" ];
+ systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
855
}
856
```
857
0 commit comments