change git.bitlab21.com knownhost key for bd-worker container
This commit is contained in:
parent
07ac27c3a7
commit
508942d0f0
3 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
group = "remotebuild";
|
||||
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
./remotebuild.pub
|
||||
../../users/keys/remotebuild.pub
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -148,11 +148,11 @@ in {
|
|||
mode = "0600";
|
||||
path = "/root/.pgsync.yml";
|
||||
content = ''
|
||||
from: postgresql://${config.sops.placeholder."software/postgres/baseddata/user_username"}:${config.sops.placeholder."software/postgres/baseddata/user_password"}@${postgresIp}/baseddata
|
||||
to: postgresql://${config.sops.placeholder."software/postgres/baseddata/user_username"}:${config.sops.placeholder."software/postgres/baseddata/user_password"}@${postgresRemoteIp}/baseddata
|
||||
schemas:
|
||||
- models_final
|
||||
to_safe: true
|
||||
from: postgresql://${config.sops.placeholder."software/postgres/baseddata/user_username"}:${config.sops.placeholder."software/postgres/baseddata/user_password"}@${postgresIp}/baseddata
|
||||
to: postgresql://${config.sops.placeholder."software/postgres/baseddata/user_username"}:${config.sops.placeholder."software/postgres/baseddata/user_password"}@${postgresRemoteIp}/baseddata
|
||||
schemas:
|
||||
- models_final
|
||||
to_safe: true
|
||||
|
||||
'';
|
||||
};
|
||||
|
@ -291,7 +291,7 @@ in {
|
|||
|
||||
programs.ssh.knownHosts = {
|
||||
"git.bitlab21.com" = {
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIALNd2BGf64heYjWT9yt0fVmngepiHRIMsL7au/MRteg";
|
||||
publicKey = "git.bitlab21.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFSGyrQvwa7gj0tG/EX3siWzGT9badUkD0yw0YGkcNeQ";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue