deploy-rs works for raspberrypi

This commit is contained in:
Pim Kunis 2024-02-27 20:14:53 +01:00
parent c2e2ed5ea8
commit 1683c4caa8
4 changed files with 34 additions and 11 deletions

View file

@ -74,14 +74,14 @@
}];
services.openssh = {
hostKeys = [{
path = "/etc/ssh/host_keys/ssh_host_ed25519_key";
type = "ed25519";
}];
# hostKeys = [{
# path = "/etc/ssh/host_keys/ssh_host_ed25519_key";
# type = "ed25519";
# }];
extraConfig = ''
HostKey /etc/ssh/host_keys/ssh_host_ed25519_key
'';
# extraConfig = ''
# HostKey /etc/ssh/host_keys/ssh_host_ed25519_key
# '';
};
microvm = {