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