feat: improve yubikey related setting

This commit is contained in:
Swarsel 2024-12-19 00:29:49 +01:00
parent 6fbc165cab
commit ffb331ff3e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 45 additions and 4 deletions

View file

@ -17,6 +17,7 @@ in
leon = { path = "/run/user/1000/secrets/leon"; };
swarselmail = { path = "/run/user/1000/secrets/swarselmail"; };
github_notif = { path = "/run/user/1000/secrets/github_notif"; };
u2f_keys = { path = "${config.home.homeDirectory}/.config/Yubico/u2f_keys"; };
};
};
}