age-home: Order `agenix.service` after `basic.target`

Closes #219
This commit is contained in:
nicoo 2023-11-15 18:26:54 +00:00
parent daf42cb35b
commit e5d4435cf1
1 changed files with 1 additions and 0 deletions

View File

@ -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";