From 9e7c294b1cd5e545ad7695f16886657c75da6162 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 26 May 2024 11:19:14 -0400 Subject: [PATCH] gr: ephemeral --- clusters/github-runner/nixos-module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/clusters/github-runner/nixos-module.nix b/clusters/github-runner/nixos-module.nix index 9bb6e2f..67b10a4 100644 --- a/clusters/github-runner/nixos-module.nix +++ b/clusters/github-runner/nixos-module.nix @@ -19,6 +19,7 @@ let inherit user group tokenFile name; enable = true; replace = true; + ephemeral = true; extraPackages = with pkgs; runner-pkgs ++ [ # Standard nix tools nixci