mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updated startup_validation to have a config file
This commit is contained in:
@@ -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}'";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
13
systems/jeeves/validate_system.toml
Normal file
13
systems/jeeves/validate_system.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user