mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Update ssh config of gitlab-runner
This commit is contained in:
parent
5b961aa424
commit
06db507c8e
1 changed files with 5 additions and 0 deletions
|
|
@ -51,6 +51,11 @@
|
||||||
group = config.users.groups.gitlab-runner.name;
|
group = config.users.groups.gitlab-runner.name;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.ssh.extraConfig = ''
|
||||||
|
StrictHostKeyChecking=no
|
||||||
|
UserKnownHostsFile=/dev/null
|
||||||
|
'';
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
gitlab-runner = {
|
gitlab-runner = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue