2026-05-01 09:21 UTC
@zekjur@mas.to Instead I have used this. This does not require a reboot:
```nix
boot.extraModprobeConfig = ''
install algif_aead /bin/false
'';
```
/bin/false does not exist, but it does not matter. It prevents autoloading of the faulty module.
Replies (0)
No replies.