per device bootloader config
This commit is contained in:
parent
66d555d3c4
commit
6bb1938330
3 changed files with 19 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue