nixos/colony: Log smartd data for Netdata
This commit is contained in:
parent
803db12e31
commit
45ffefc328
@ -82,6 +82,7 @@
|
||||
smartd = {
|
||||
enable = true;
|
||||
autodetect = true;
|
||||
extraOptions = [ "-A /var/log/smartd/" "--interval=600" ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -100,6 +101,10 @@
|
||||
"serial-getty@ttyS1".enable = true;
|
||||
};
|
||||
|
||||
tmpfiles.rules = [
|
||||
"d /var/log/smartd 0755 root root"
|
||||
];
|
||||
|
||||
network = {
|
||||
links = {
|
||||
"10-wan0" = {
|
||||
|
Loading…
Reference in New Issue
Block a user