12 lines
255 B
Nix
12 lines
255 B
Nix
|
{
|
||
|
imports = [ ./hardware.nix ];
|
||
|
|
||
|
networking.hostName = "build-coord";
|
||
|
networking.domain = "wob01.infra.forkos.org";
|
||
|
|
||
|
bagel.sysadmin.enable = true;
|
||
|
|
||
|
system.stateVersion = "24.05";
|
||
|
deployment.targetHost = "build-coord.wob01.infra.forkos.org";
|
||
|
}
|