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