Ehh, fuckin key is hard

Might have to do something fancy
This commit is contained in:
niten 2021-10-13 22:58:35 -07:00
parent 5f79252dd6
commit 08bb0e339a

View File

@ -56,9 +56,9 @@ in {
enable = true; enable = true;
port = 22; port = 22;
authorizedKeys = admin-ssh-keys; authorizedKeys = admin-ssh-keys;
hostKeys = [ # hostKeys = [
host-privkey # host-privkey
]; # ];
}; };
}; };
}; };