hardware/firmware: init from legacy

This commit is contained in:
Felix Buehler 2023-03-18 14:40:57 +01:00
parent e7d71ba6d0
commit 91282ce2d0
4 changed files with 43 additions and 5 deletions

View file

@ -11,5 +11,9 @@
nitrokey.enable = true;
sound.enable = true;
thunderbolt.enable = true;
firmware = {
enable = true;
cpuFlavor = "intel";
};
};
}