mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36: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;
|
||||
};
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
'';
|
||||
|
||||
services = {
|
||||
openssh.enable = true;
|
||||
gitlab-runner = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue