Cleanup
This commit is contained in:
parent
e8b5b433b4
commit
bdb0dfc1e6
1 changed files with 7 additions and 9 deletions
|
|
@ -143,6 +143,12 @@ in
|
|||
};
|
||||
};
|
||||
blueman.enable = true;
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
autoLogin = { enable = true; user = "tiziano"; };
|
||||
};
|
||||
desktopManager.gnome.enable = true;
|
||||
home-assistant = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
@ -407,15 +413,7 @@ in
|
|||
};
|
||||
smartd.enable = true;
|
||||
thermald.enable = true;
|
||||
xserver = {
|
||||
videoDrivers = [ "nvidia" ];
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
autoSuspend = false;
|
||||
autoLogin = { enable = true; user = "tiziano"; };
|
||||
};
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
xserver.videoDrivers = [ "nvidia" ];
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Rome";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue