fix(stolas): allow unfree firmware

This commit is contained in:
Tim Schubert 2025-07-21 20:07:54 +02:00
parent b8be17a9a9
commit fc2f547919
No known key found for this signature in database

View file

@ -9,6 +9,7 @@
nixpkgs = {
hostPlatform = "x86_64-linux";
config.allowUnfree = true;
};
boot = {