yggdrasil: small changes

This commit is contained in:
Christoph Hollizeck 2026-02-14 18:04:40 +01:00
parent 9e56e41ce6
commit ffd8d0fed3
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
5 changed files with 12 additions and 5 deletions

View file

@ -14,6 +14,8 @@
extraModulePackages = with config.boot.kernelPackages; [ r8125 ];
blacklistedKernelModules = [ "r8169" ];
kernelParams = [ "split_lock_detect=off" ];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;