wantedBy default.target doesn't seem to work...

This commit is contained in:
niten 2023-10-13 22:05:49 -07:00
parent 5079561573
commit 1c0d4b207a
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" ];
wantedBy = [ "default.target" cfg.secret-target ];
requires = [ "local-fs.target" ];
before = [ cfg.secret-target ];
after = [ "local-fs.target" ];