diff --git a/home/users/odweta/ssh.nix b/home/users/odweta/ssh.nix index a757a39..6831871 100644 --- a/home/users/odweta/ssh.nix +++ b/home/users/odweta/ssh.nix @@ -5,5 +5,5 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhhbuolStslBp3xFjRySJs+m84YbtTP6eWJeYW3qI4X odweta@endgame ''; - home.file.".ssh/id_ed25519".source = "/home/odweta/.ssh/id_ed25519"; + home.file.".ssh/id_ed25519".source = "$HOME/.ssh/id_ed25519"; }