feat: enable openrgb
This commit is contained in:
parent
2ea16b52b3
commit
254e0f7b7f
1 changed files with 5 additions and 3 deletions
|
|
@ -83,9 +83,6 @@
|
|||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
};
|
||||
openrgb = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
@ -254,6 +251,11 @@
|
|||
default_session = initial_session;
|
||||
};
|
||||
};
|
||||
hardware = {
|
||||
openrgb = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue