Fix secrets

This commit is contained in:
Alexander Bantyev 2021-05-19 01:11:00 +03:00
parent aca29797be
commit 28409d0289
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -72,15 +72,6 @@ let
Type = "oneshot";
RemainAfterExit = "yes";
};
unitConfig = {
ConditionPathExists = [
"/run/user/${
toString config.users.users.${user}.uid
}/gnupg/S.gpg-agent"
];
};
};
};