auto: bootstrapping bootstrap-nixos
This commit is contained in:
parent
84bc747593
commit
d0b5a08056
|
@ -71,7 +71,7 @@ in
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
ports = 22;
|
||||
ports = [22];
|
||||
authorizedKeysFiles = lib.mkForce ["/etc/ssh/authorized_keys.d/%u"];
|
||||
hostKeys = [{
|
||||
path = "/persist/etc/ssh/ssh_host_ed25519_key";
|
||||
|
|
Loading…
Reference in New Issue