hosts: nixos: porthos: services: enable woodpecker
This commit is contained in:
parent
7e06f75a5d
commit
f306cc84bc
|
@ -148,5 +148,14 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
startAtBoot = true; # Server must be started to ensure clients can connect
|
startAtBoot = true; # Server must be started to ensure clients can connect
|
||||||
};
|
};
|
||||||
|
woodpecker = {
|
||||||
|
enable = true;
|
||||||
|
# Avoid clashes with drone
|
||||||
|
port = 3035;
|
||||||
|
rpcPort = 3036;
|
||||||
|
runners = [ "docker" "exec" ];
|
||||||
|
secretFile = secrets."woodpecker/gitea".path;
|
||||||
|
sharedSecretFile = secrets."woodpecker/secret".path;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue