prefect: enable SSH
1 file changed, 3 insertions(+), 0 deletions(-)
changed files
M system/settings/configuration/user.nix → system/settings/configuration/user.nix
@@ -8,5 +8,8 @@ shell = "/run/current-system/sw/bin/zsh"; initialPassword = "password"; home = "/home/alan"; uid = 1000; + openssh.authorizedKeys.keys = [ + "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDRIsbc/xJGxEJGCCNT99kQhB1N84jPlPtrqSVF/OxbGenvk2HWbL/q/YpEUkG5eQrfV5jK8nXfNfjSsPDjF96A= alan@alanpearce.eu (sekey)" + ]; }; }