Add smartmontools
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
7
hosts/common/configs/system/smartmontools/default.nix
Normal file
7
hosts/common/configs/system/smartmontools/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
smartmontools
|
||||
nvme-cli
|
||||
];
|
||||
}
|
@@ -31,6 +31,7 @@
|
||||
../common/configs/system/podman
|
||||
../common/configs/system/powertop
|
||||
../common/configs/system/printing
|
||||
../common/configs/system/smartmontools
|
||||
../common/configs/system/sops
|
||||
../common/configs/system/ssh
|
||||
../common/configs/system/ssh-agent
|
||||
|
@@ -35,6 +35,7 @@
|
||||
../common/configs/system/podman
|
||||
../common/configs/system/powertop
|
||||
../common/configs/system/printing
|
||||
../common/configs/system/smartmontools
|
||||
../common/configs/system/sops
|
||||
../common/configs/system/ssh
|
||||
../common/configs/system/ssh-agent
|
||||
|
Reference in New Issue
Block a user