From 1b633102ea38e09a5cff05c19e3bba682129747d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 26 Mar 2024 17:14:34 -0400 Subject: [PATCH] ci: Add nixos-flake; reduce nixos-config --- clusters/github-runner/nixos-module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/github-runner/nixos-module.nix b/clusters/github-runner/nixos-module.nix index 64ede76..19f0062 100644 --- a/clusters/github-runner/nixos-module.nix +++ b/clusters/github-runner/nixos-module.nix @@ -52,7 +52,8 @@ in # Runners services.github-runners = mkPersonalRunners "srid" { haskell-flake.num = 2 * 7; - nixos-config.num = 2 * 5; + nixos-config.num = 2; + nixos-flake.num = 2 * 5; perpetuum.num = 2; };