gum.r: disable privkey setting via krebs
manually configure the secrets instead
This commit is contained in:
parent
f7f1d7a446
commit
903a1182b5
@ -580,7 +580,8 @@ with import <stockholm/lib>;
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ssh.privkey.path = <secrets/ssh_host_ed25519_key>;
|
# configured manually
|
||||||
|
# ssh.privkey.path = <secrets/ssh_host_ed25519_key>;
|
||||||
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIcxWFEPzke/Sdd9qNX6rSJgXal8NmINYajpFCxXfYdj root@gum";
|
ssh.pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIcxWFEPzke/Sdd9qNX6rSJgXal8NmINYajpFCxXfYdj root@gum";
|
||||||
};
|
};
|
||||||
shoney = rec {
|
shoney = rec {
|
||||||
|
@ -81,7 +81,9 @@ in {
|
|||||||
];
|
];
|
||||||
makefu.dl-dir = "/var/download";
|
makefu.dl-dir = "/var/download";
|
||||||
|
|
||||||
|
services.openssh.hostKeys = [
|
||||||
|
{ bits = 4096; path = <secrets/ssh_host_rsa_key>; type = "rsa"; }
|
||||||
|
{ path = <secrets/ssh_host_ed25519_key>; type = "ed25519"; } ];
|
||||||
###### stable
|
###### stable
|
||||||
services.nginx.virtualHosts.cgit.serverAliases = [ "cgit.euer.krebsco.de" ];
|
services.nginx.virtualHosts.cgit.serverAliases = [ "cgit.euer.krebsco.de" ];
|
||||||
krebs.build.host = config.krebs.hosts.gum;
|
krebs.build.host = config.krebs.hosts.gum;
|
||||||
|
0
makefu/6tests/data/secrets/ssh_host_rsa_key
Normal file
0
makefu/6tests/data/secrets/ssh_host_rsa_key
Normal file
Loading…
Reference in New Issue
Block a user