Skip to content

Commit 496a6f6

Browse files
authored
Merge pull request #866 from gumball76/master
README: fix Home Manager Systemd unit configuration
2 parents 5745e46 + 207df45 commit 496a6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ The actual sops configuration is in the `sops` namespace in your home.nix (or in
851851
The secrets are decrypted in a systemd user service called `sops-nix`, so other services needing secrets must order after it:
852852
```nix
853853
{
854-
systemd.user.services.mbsync.unitConfig.After = [ "sops-nix.service" ];
854+
systemd.user.services.mbsync.Unit.After = [ "sops-nix.service" ];
855855
}
856856
```
857857

0 commit comments

Comments
 (0)