fix(ada): initrd & kernel fixes

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:03:12 +03:00
parent e97b9c6b95
commit 08c9f53265
2 changed files with 60 additions and 17 deletions

View file

@ -10,17 +10,18 @@ _: {
"sd_mod"
"btrfs"
"cryptd"
"tpm"
"hid_generic"
];
supportedFilesystems = {
ntfs = true;
bcachefs = true;
vfat = true;
btrfs = true;
};
kernelModules = [
"amdgpu"
"zenpower"
"i2c-dev"
];
@ -28,6 +29,13 @@ _: {
devices = {
cryptroot = {
device = "/dev/disk/by-id/nvme-KINGSTON_SKC3000S_1024G_AA000000000000000013-part2";
crypttabExtraOpts = [
"fido2-device=auto"
"fido2-pin=true"
"tpm2-device=auto"
"tpm2-pin=true"
# "headless=true"
];
};
};
};