Enable secrets on startup

This commit is contained in:
Alexander Bantyev 2022-06-21 17:42:10 +04:00
parent 7558ff277c
commit bbe1a18477
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -66,6 +66,8 @@ let
with cfg; {
"${name}-secrets" = rec {
wantedBy = ["multi-user.target"];
requires = [ "user@1000.service" ];
after = requires;