refactor: extract generic workload-layer from node configs

This commit is contained in:
Tibo De Peuter 2026-08-18 20:13:25 +02:00
parent f9e883d1b8
commit e23006d701
7 changed files with 3 additions and 41 deletions

View file

@ -80,7 +80,7 @@ in {
StateDirectory = "hypervisor-gitops";
WorkingDirectory = "/var/lib/hypervisor-gitops";
ExecStart = "${hypervisorSyncScript}/bin/hypervisor-sync ${cfg.repoUrl} opentofu/nodes/mikoshi";
ExecStart = "${hypervisorSyncScript}/bin/hypervisor-sync ${cfg.repoUrl} opentofu/workload-layer/production";
};
};