Let's just be explicit about multi-user

This commit is contained in:
niten 2023-10-13 22:06:37 -07:00
parent 1c0d4b207a
commit 19f117a14b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ let
{ source-file, target-file, user, group, permissions, ... }: {
description =
"decrypt secret ${secret-name} at ${target-host}:${target-file}.";
wantedBy = [ "default.target" cfg.secret-target ];
wantedBy = [ "multi-user.target" cfg.secret-target ];
requires = [ "local-fs.target" ];
before = [ cfg.secret-target ];
after = [ "local-fs.target" ];