11 lines
192 B
Nix
11 lines
192 B
Nix
{
|
|
services.gitlab-runner = {
|
|
enable = true;
|
|
services = {
|
|
hsmw = {
|
|
registrationConfigFile = toString ./hsmw.conf;
|
|
dockerImage = "alpine";
|
|
};
|
|
};
|
|
};
|
|
}
|