mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 01:30:48 +03:00
parent
daf42cb35b
commit
e5d4435cf1
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue