hosts: steamdeck: working steam autostart

This commit is contained in:
Kabbone 2023-07-29 10:07:50 +02:00
parent 866576959b
commit 6ac7e64e2d
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0

View File

@ -25,23 +25,23 @@
services = { services = {
xserver = { xserver = {
enable = false; enable = true;
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
displayManager = { displayManager = {
gdm.wayland = true; gdm.wayland = true;
gdm.enable = true; gdm.enable = true;
# gdm.settings = { gdm.settings = {
# daemon = { # daemon = {
# AutomaticLoginEnable=true; # AutomaticLoginEnable=true;
# AutomaticLogin="kabbone"; # AutomaticLogin="kabbone";
# }; # };
# security = { security = {
# DisallowTCP=true; DisallowTCP=true;
# }; };
# }; };
# defaultSession = "steam-wayland"; defaultSession = "steam-wayland";
# autoLogin.enable = true; autoLogin.enable = true;
# autoLogin.user = "kabbone"; autoLogin.user = "kabbone";
}; };
}; };
}; };