feat: add config to unlock luks with yubikey
This commit is contained in:
parent
d4ce5a6f60
commit
f3bb23f050
2 changed files with 8 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue