Skip to content

Commit

Permalink
age-home: Order agenix.service after basic.target
Browse files Browse the repository at this point in the history
Closes #219
  • Loading branch information
nbraud committed Nov 15, 2023
1 parent daf42cb commit e5d4435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/age-home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ in {
systemd.user.services.agenix = lib.mkIf pkgs.stdenv.hostPlatform.isLinux {
Unit = {
Description = "agenix activation";
After = "basic.target" # “basic boot-up,” includes impermanence's bind mounts
};
Service = {
Type = "oneshot";
Expand Down

0 comments on commit e5d4435

Please sign in to comment.