Maybe this will work?

This commit is contained in:
niten 2021-10-14 18:13:40 -07:00
parent f3bc3c2013
commit 22999a8fa4
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ in {
port = 22;
authorizedKeys = admin-ssh-keys;
hostKeys = [
host-privkey
(builtins.unsafeDiscardStringContext host-privkey)
];
};
};