auto: bootstrapping bootstrap-nixos

This commit is contained in:
Sam 2024-05-22 21:15:58 +01:00
parent 84bc747593
commit d0b5a08056
1 changed files with 1 additions and 1 deletions

View File

@ -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";