hosts: smartd only activated on thinknix

This commit is contained in:
Trolli Schmittlauch 2024-01-11 01:50:31 +01:00
parent 85101e1d85
commit fbef60be21
2 changed files with 5 additions and 6 deletions

View file

@ -196,12 +196,6 @@ in
# profile sync daemon
services.psd.enable = true;
services.smartd =
{
enable = true;
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
};
fonts = {
fontDir.enable = true;
fontconfig.enable = true;

View file

@ -64,4 +64,9 @@ in
boot.tmp.useTmpfs = true;
fileSystems."/tmp".fsType = "tmpfs";
services.smartd =
{
enable = true;
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
};
}