Skip to content

Commit

Permalink
fix: systemd unit file
Browse files Browse the repository at this point in the history
Make sure passwords are ready for services part of graphical-session.target
  • Loading branch information
Mikilio authored and Mic92 committed Aug 30, 2023
1 parent 7593c27 commit 3592093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home-manager/sops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ in {
Type = "oneshot";
ExecStart = script;
};
Install.WantedBy = if cfg.gnupg.home != null then [ "graphical-session.target" ] else [ "default.target" ];
Install.WantedBy = if cfg.gnupg.home != null then [ "graphical-session-pre.target" ] else [ "default.target" ];
};

launchd.agents.sops-nix = {
Expand Down

0 comments on commit 3592093

Please sign in to comment.