news.r: set ssh private key

This commit is contained in:
lassulus 2023-11-29 19:53:42 +01:00
parent 334378bc57
commit c81b09c602

View File

@ -14,6 +14,7 @@
];
krebs.build.host = config.krebs.hosts.news;
krebs.hosts.news.ssh.privkey.path = "${config.krebs.secret.directory}/ssh.id_ed25519";
boot.isContainer = true;
networking.useDHCP = lib.mkForce true;