June
85c059c75c
Configure it to host a forgejo-actions-runner capable of handling CI workloads running on Docker.
8 lines
112 B
Nix
8 lines
112 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
networking.hostName = "forgejo-actions-runner";
|
|
|
|
system.stateVersion = "23.11";
|
|
}
|