hosts: steamdeck: working steam autostart
This commit is contained in:
parent
866576959b
commit
6ac7e64e2d
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user