11 lines
151 B
Nix
11 lines
151 B
Nix
|
{
|
||
|
services.gitlab-runner = {
|
||
|
enable = true;
|
||
|
services = {
|
||
|
hsmw = {
|
||
|
registrationConfigFile = ./hsmw.conf;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|