mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
ci: Add nixos-flake; reduce nixos-config
This commit is contained in:
parent
5b903f0471
commit
1b633102ea
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue