many changes to fw, small fixes to nb

This commit is contained in:
2023-11-27 00:29:16 +01:00
parent ef97530433
commit 8be0cce54a
20 changed files with 669 additions and 83 deletions

View File

@@ -23,18 +23,9 @@
};
boot.initrd = {
luks = {
# yubikeySupport = true;
devices."nixos-enc" = {
luks.devices."nixos-enc" = {
crypttabExtraOpts = [ "fido2-device=auto" ];
device = "/dev/disk/by-uuid/7435d48f-f942-485b-9817-328ad3fc0b93";
# yubikey = {
# slot = 2;
# twoFactor = false;
# storage = {
# device = "/dev/disk/by-uuid/C281-E509";
# };
# };
};
};
systemd.enable = true;