feat: add config to unlock luks with yubikey

This commit is contained in:
Moritz Böhme 2023-04-05 09:03:17 +02:00
parent d4ce5a6f60
commit f3bb23f050
2 changed files with 8 additions and 2 deletions

View file

@ -6,7 +6,13 @@
with lib; {
my = {
# config
yubikey.enable = true;
yubikey = {
enable = true;
luksSupport = {
enable = true;
devices = [ "enc" ];
};
};
theming = {
enable = true;
scheme = "catppuccin-macchiato";