--wip-- [skip ci]
This commit is contained in:
parent
140582bc85
commit
b1f4ef7ce3
2 changed files with 5 additions and 3 deletions
|
|
@ -391,8 +391,6 @@
|
|||
./instances/freya/hardware-configuration.nix
|
||||
./instances/freya/configuration.nix
|
||||
|
||||
./modules/nixos/users/tiziano.nix
|
||||
|
||||
./modules/nixos/torrentbox.nix
|
||||
./modules/nixos/minio_server.nix
|
||||
# ./modules/nixos/nextcloud.nix
|
||||
|
|
|
|||
|
|
@ -398,7 +398,11 @@ in
|
|||
};
|
||||
smartd.enable = true;
|
||||
thermald.enable = true;
|
||||
xserver.videoDrivers = [ "nvidia" ];
|
||||
xserver = {
|
||||
videoDrivers = [ "nvidia" ];
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Rome";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue