Fix nix ssh settings
This commit is contained in:
parent
0e8b73f9e2
commit
ae10053eeb
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ in
|
||||||
|
|
||||||
sshServe = {
|
sshServe = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
trusted = true;
|
||||||
write = true;
|
write = true;
|
||||||
keys = [
|
keys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKNhPvGogPY/O6kIqrpbz0EcK4L5QQShvD+vuyk7FxFd root@cert-store"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKNhPvGogPY/O6kIqrpbz0EcK4L5QQShvD+vuyk7FxFd root@cert-store"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue