secureboot: generalise, enable for framenix

This commit is contained in:
Trolli Schmittlauch 2026-04-19 20:46:29 +02:00
parent 2c74301ec4
commit fbc3b8f952
5 changed files with 34 additions and 26 deletions

View file

@ -84,5 +84,8 @@ in
unstable.amd-debug-tools
];
schmittlauch.audio-sharing.enable = true;
schmittlauch = {
audio-sharing.enable = true;
secureboot.enable = true;
};
}