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