cleanup and use wildcard certs
This commit is contained in:
@ -243,9 +243,11 @@ in {
|
||||
zfs.enable = true;
|
||||
smartctl = {
|
||||
enable = true;
|
||||
devices = [
|
||||
"/dev/disk/by-id/ata-Samsung_SSD_840_PRO_Series_S1ATNSAF213446M"
|
||||
] ++ disks;
|
||||
devices =
|
||||
[
|
||||
"/dev/disk/by-id/ata-Samsung_SSD_840_PRO_Series_S1ATNSAF213446M"
|
||||
]
|
||||
++ disks;
|
||||
};
|
||||
systemd.enable = true;
|
||||
node.enable = true;
|
||||
@ -253,7 +255,7 @@ in {
|
||||
|
||||
telegraf = {
|
||||
enable = true;
|
||||
environmentFiles = [ config.sops.secrets."telegraf_api_token".path ];
|
||||
environmentFiles = [config.sops.secrets."telegraf_api_token".path];
|
||||
extraConfig = {
|
||||
inputs = {
|
||||
prometheus = {
|
||||
|
Reference in New Issue
Block a user