Update default.nix

This commit is contained in:
Thilo Hohlt
2023-08-11 17:04:19 +02:00
committed by GitHub
parent 0eefdde5ae
commit f69c6b9f3d

View File

@@ -86,7 +86,7 @@
}; };
users.users.thiloho.openssh.authorizedKeys.keys = [ users.users.thiloho.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKYk3OUO/X8xRcLpUBQ3oq8BYlgnvsCIInhbfEYAYyBB thiloho@pc" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMkvr+vT7Ik0fjquxb9xQBfVVWJPgrfC+vJZsyG2V+/G thiloho@pc"
]; ];
home-manager.users.thiloho = { pkgs, lib, ... }: { home-manager.users.thiloho = { pkgs, lib, ... }: {