enable bolt for thunderbolt security

This commit is contained in:
Vinzenz Schroeter 2024-05-02 15:35:04 +02:00
parent 96483fbaef
commit cca472cf12

View file

@ -38,5 +38,6 @@
]; ];
services.thermald.enable = true; services.thermald.enable = true;
services.hardware.bolt.enable = true; # thunderbolt security
}; };
} }