mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: adds smartd, changes scrutiny to be more generic smart stuff
This commit is contained in:
parent
71081eb600
commit
17bc3c6d52
3 changed files with 34 additions and 20 deletions
|
|
@ -1,18 +0,0 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
services.scrutiny = {
|
||||
enable = true;
|
||||
collector.enable = true;
|
||||
settings.web.listen.port = 8181;
|
||||
settings.notify.urls = [
|
||||
# "ntfy://${config.liv.variables.ntfyURL}/${config.networking.hostName}"
|
||||
"ntfy://notify.liv.town/${config.networking.hostName}"
|
||||
];
|
||||
};
|
||||
|
||||
# services.nginx.virtualHosts."" = {
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://localhost:8181/";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue