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

View file

@ -211,6 +211,7 @@ in {
systemd.user.services.agenix = lib.mkIf pkgs.stdenv.hostPlatform.isLinux { systemd.user.services.agenix = lib.mkIf pkgs.stdenv.hostPlatform.isLinux {
Unit = { Unit = {
Description = "agenix activation"; Description = "agenix activation";
After = "basic.target" # “basic boot-up,” includes impermanence's bind mounts
}; };
Service = { Service = {
Type = "oneshot"; Type = "oneshot";