4 lines
96 B
Nix
4 lines
96 B
Nix
{ config, lib, pkgs, runnerId, ... }:
|
|
{
|
|
networking.hostName = "forgejo-runner-${runnerId}";
|
|
}
|