fixup! Autologin
This commit is contained in:
parent
54002ebbc8
commit
86b528c2c8
1 changed files with 6 additions and 4 deletions
|
|
@ -143,11 +143,13 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
displayManager = {
|
xserver = {
|
||||||
gdm = { enable = true; autoSuspend = false; };
|
displayManager = {
|
||||||
autoLogin = { enable = true; user = "tiziano"; };
|
gdm = { enable = true; autoSuspend = false; };
|
||||||
|
autoLogin = { enable = true; user = "tiziano"; };
|
||||||
|
};
|
||||||
|
desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
xserver.desktopManager.gnome.enable = true;
|
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue