add luks
This commit is contained in:
parent
f8cc06cb6a
commit
9dcc69e510
1 changed files with 7 additions and 4 deletions
|
|
@ -26,10 +26,13 @@
|
|||
yubikeySupport = true;
|
||||
devices."nixos-enc" = {
|
||||
device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93";
|
||||
# yubikey = {
|
||||
# slot = 2;
|
||||
# twoFactor = false;
|
||||
# };
|
||||
yubikey = {
|
||||
slot = 2;
|
||||
twoFactor = false;
|
||||
storage = {
|
||||
device = "/dev/disk/by-uuid/C281-E509";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue