no more xserver for kodi?

This commit is contained in:
Tumble 2024-05-02 21:41:57 +01:00
parent 991579ad83
commit f077d07a84
1 changed files with 10 additions and 10 deletions

View File

@ -24,16 +24,16 @@
user = "tv"; user = "tv";
program = "${kodi}/bin/kodi-standalone"; program = "${kodi}/bin/kodi-standalone";
}; };
xserver = { # xserver = {
enable = lib.mkDefault true; # enable = lib.mkDefault true;
displayManager = { # displayManager = {
lightdm.autoLogin.timeout = 1; # lightdm.autoLogin.timeout = 1;
}; # };
# desktopManager.kodi = { # # desktopManager.kodi = {
# enable = lib.mkDefault true; # # enable = lib.mkDefault true;
# package = # # package =
# }; # # };
}; # };
}; };
networking.firewall = { networking.firewall = {