refactor(yubikey)!: add supportLuks option
This commit is contained in:
parent
ab6cbc0cdc
commit
2a30af014e
4 changed files with 27 additions and 8 deletions
|
|
@ -5,8 +5,13 @@
|
|||
}:
|
||||
with lib; {
|
||||
my = {
|
||||
# config
|
||||
yubikey.enable = true;
|
||||
yubikey = {
|
||||
enable = true;
|
||||
luksSupport = {
|
||||
enable = true;
|
||||
devices = [ "enc" ];
|
||||
};
|
||||
};
|
||||
wallpapers.enable = true;
|
||||
theming = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue