mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 04:03:08 +00:00
~
This commit is contained in:
parent
a3b4ef0b30
commit
f014608281
3 changed files with 16 additions and 2 deletions
|
@ -27,7 +27,10 @@
|
|||
|
||||
networking.hostName = "ioides";
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services = {
|
||||
mpd.musicDirectory = "/mnt/world/music";
|
||||
xserver.videoDrivers = [ "nvidia" ];
|
||||
};
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
powerManagement = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue