Switch toothpick to the new docker driver

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-11-03 00:33:41 +01:00
parent 0402d16993
commit 839fa1f700
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -151,7 +151,7 @@ job "ingress" {
}
task "nginx" {
driver = "containerd-driver"
driver = "docker"
volume_mount {
volume = "ingress-letsencrypt"
@ -160,8 +160,8 @@ job "ingress" {
}
config {
flake_ref = "${var.flake_ref}#nixngSystems.ingressToothpick.config.system.build.toplevel"
flake_sha = var.flake_sha
nix_flake_ref = "${var.flake_ref}#nixngSystems.ingressToothpick.config.system.build.toplevel"
nix_flake_sha = var.flake_sha
entrypoint = [ "init" ]
}