temporarily disable kodi

This commit is contained in:
Motiejus Jakštys 2023-08-16 23:12:50 +03:00
parent e5bcb08695
commit 03c9f144e0
1 changed files with 11 additions and 11 deletions

View File

@ -73,18 +73,18 @@
pulse.enable = true;
};
services.xserver.enable = true;
services.xserver.desktopManager.kodi.enable = true;
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "kodi";
#services.xserver.enable = true;
#services.xserver.desktopManager.kodi.enable = true;
#services.xserver.displayManager.autoLogin.enable = true;
#services.xserver.displayManager.autoLogin.user = "kodi";
# This may be needed to force Lightdm into 'autologin' mode.
# Setting an integer for the amount of time lightdm will wait
# between attempts to try to autologin again.
services.xserver.displayManager.lightdm.autoLogin.timeout = 3;
## This may be needed to force Lightdm into 'autologin' mode.
## Setting an integer for the amount of time lightdm will wait
## between attempts to try to autologin again.
#services.xserver.displayManager.lightdm.autoLogin.timeout = 3;
# Define a user account
users.extraUsers.kodi.isNormalUser = true;
## Define a user account
#users.extraUsers.kodi.isNormalUser = true;
networking = {
hostId = "4bd17751";
@ -117,7 +117,7 @@
environment.systemPackages = with pkgs; [
libraspberrypi
(kodi.passthru.withPackages (kodiPkgs: [kodiPkgs.youtube]))
#(kodi.passthru.withPackages (kodiPkgs: [kodiPkgs.youtube]))
];
nixpkgs.hostPlatform = "aarch64-linux";