per device bootloader config

This commit is contained in:
twoneis 2024-01-07 14:45:20 +01:00
parent 66d555d3c4
commit 6bb1938330
3 changed files with 19 additions and 12 deletions

View file

@ -8,6 +8,13 @@
# Add user to surface control group for surface linux
users.users.twoneis.extraGroups = [ "surface-control" ];
# Bootloader.
boot.loader = {
systemd-boot = {
enable = true;
};
};
# Enable OpenGL
hardware.opengl = {
enable = true;