fix waybar icons, add project, add fido token

This commit is contained in:
2024-07-06 12:43:59 +02:00
parent b3f80e0818
commit 9db05facea
6 changed files with 93 additions and 54 deletions

View File

@@ -26,7 +26,14 @@
fsType = "f2fs";
};
boot.initrd.luks.devices."enc".device = "/dev/disk/by-uuid/08897ecb-23ce-4352-a1fc-fa442b9e0f72";
boot.initrd = {
luks.devices."enc" = {
crypttabExtraOpts = [ "fido2-device=auto" ];
device = "/dev/disk/by-uuid/08897ecb-23ce-4352-a1fc-fa442b9e0f72";
};
systemd.enable = true;
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/1521-B173";