updated startup_validation to have a config file

This commit is contained in:
2025-02-01 12:50:56 -05:00
parent 7cc831a2d0
commit f10ab4a9af
3 changed files with 17 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ in
serviceConfig = {
EnvironmentFile = "${vars.storage_secrets}/services/server-validation";
Type = "oneshot";
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/validate_jeeves";
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/validate_system --config-file='${./validate_system.toml}'";
};
};
};

View File

@@ -0,0 +1,13 @@
zpool = ["root_pool", "storage", "torrenting", "media"]
services = [
"docker-audiobookshelf",
"docker-cloud_flare_tunnel",
"docker-filebrowser",
"docker-haproxy",
"docker-qbit",
"docker-qbitvpn",
"docker-uptime_kuma",
"docker",
"home-assistant",
"jellyfin",
]