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 = {
xserver = {
enable = false;
enable = true;
desktopManager.gnome.enable = true;
displayManager = {
gdm.wayland = true;
gdm.enable = true;
# gdm.settings = {
gdm.settings = {
# daemon = {
# AutomaticLoginEnable=true;
# AutomaticLogin="kabbone";
# };
# security = {
# DisallowTCP=true;
# };
# };
# defaultSession = "steam-wayland";
# autoLogin.enable = true;
# autoLogin.user = "kabbone";
security = {
DisallowTCP=true;
};
};
defaultSession = "steam-wayland";
autoLogin.enable = true;
autoLogin.user = "kabbone";
};
};
};