Move tmp to tmpfs and add smartctl

This commit is contained in:
Fabian Hauser 2020-02-27 21:02:07 +00:00
parent 58ce179e1b
commit 89121d488a
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
environment.systemPackages = with pkgs; [
wget curl vim tmux git ncat bind
fwupd pciutils dmidecode parted
fwupd pciutils dmidecode smartmontools parted
];
services.fwupd.enable = true;