mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added hdd monitoring tools
This commit is contained in:
parent
2616d272c2
commit
e6fcc8e90b
1 changed files with 6 additions and 0 deletions
|
@ -12,8 +12,14 @@
|
|||
|
||||
environment.systemPackages = [
|
||||
pkgs.mdadm
|
||||
pkgs.jellyfin-ffmpeg
|
||||
pkgs.hddtemp
|
||||
pkgs.smartmontools
|
||||
];
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
networking = {
|
||||
nat = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue