all repos — nixfiles @ f5785c7356f7538306397493b33c859f05886c35

System and user configuration, managed by nix and home-manager

prefect: enable SSH

Alan Pearce
commit

f5785c7356f7538306397493b33c859f05886c35

parent

88661823ed8563dafa4f8304e537f4ae5d9c2341

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
M system/settings/configuration/user.nixsystem/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)" + ]; }; }