From 32cf42d11dbaba793afacfcd0c3a43223959bccd Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Thu, 12 Feb 2026 19:41:03 +0100 Subject: [PATCH] Added docker to Action Runners --- nix-system-configs/modules/system/build_machine.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix-system-configs/modules/system/build_machine.nix b/nix-system-configs/modules/system/build_machine.nix index f3e754d..d34234d 100644 --- a/nix-system-configs/modules/system/build_machine.nix +++ b/nix-system-configs/modules/system/build_machine.nix @@ -204,6 +204,7 @@ in { # tokenFile should be in format TOKEN=, since it's EnvironmentFile for systemd tokenFile = config.sops.secrets.runner_token.path; labels = [ + "docker:docker://docker" "lix:docker://git.lix.systems/lix-project/lix:latest" "nix:docker://git.lix.systems/lix-project/lix:latest" "ubuntu-bleeding-edge:docker://ubuntu:resolute"