1
1
mirror of https://github.com/ryantm/agenix.git synced 2024-08-16 17:40:36 +03:00
This commit is contained in:
nicoo 2024-05-08 01:22:01 +02:00 committed by GitHub
commit de4f1e621d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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