make host pubkeys reachable via myData

This commit is contained in:
2023-07-23 15:02:58 +03:00
parent a6a1229825
commit b529dd5c5c
4 changed files with 16 additions and 12 deletions

View File

@@ -13,6 +13,6 @@
};
};
programs.mosh.enable = true;
programs.ssh.knownHosts = myData.systems;
programs.ssh.knownHosts = myData.hosts;
};
}