ma: fix warnings for wbob

This commit is contained in:
makefu 2021-12-05 14:21:19 +01:00
parent 7b48c923fd
commit 642ca36910
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ in
services.zigbee2mqtt = { services.zigbee2mqtt = {
enable = true; enable = true;
inherit dataDir; inherit dataDir;
config = { settings = {
permit_join = true; permit_join = true;
serial.port = "/dev/cc2531"; serial.port = "/dev/cc2531";
homeassistant = true; homeassistant = true;

View file

@ -17,7 +17,7 @@
user = "makefu"; user = "makefu";
}; };
displayManager.defaultSession = "gnome"; displayManager.defaultSession = "gnome";
desktopManager.gnome3.enable = true; desktopManager.gnome.enable = true;
displayManager.sessionCommands = '' displayManager.sessionCommands = ''
${pkgs.xlibs.xset}/bin/xset -display :0 s off -dpms ${pkgs.xlibs.xset}/bin/xset -display :0 s off -dpms
${pkgs.xlibs.xrandr}/bin/xrandr --output HDMI2 --right-of HDMI1 ${pkgs.xlibs.xrandr}/bin/xrandr --output HDMI2 --right-of HDMI1