deploy-rs works for raspberrypi
This commit is contained in:
parent
c2e2ed5ea8
commit
1683c4caa8
4 changed files with 34 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
Reference in a new issue