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