hosts: smartd only activated on thinknix
This commit is contained in:
parent
85101e1d85
commit
fbef60be21
|
@ -196,12 +196,6 @@ in
|
||||||
# profile sync daemon
|
# profile sync daemon
|
||||||
services.psd.enable = true;
|
services.psd.enable = true;
|
||||||
|
|
||||||
services.smartd =
|
|
||||||
{
|
|
||||||
enable = true;
|
|
||||||
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
|
|
||||||
};
|
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
fontconfig.enable = true;
|
fontconfig.enable = true;
|
||||||
|
|
|
@ -64,4 +64,9 @@ in
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
fileSystems."/tmp".fsType = "tmpfs";
|
fileSystems."/tmp".fsType = "tmpfs";
|
||||||
|
|
||||||
|
services.smartd =
|
||||||
|
{
|
||||||
|
enable = true;
|
||||||
|
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue