diff --git a/home/users/odweta/ssh.nix b/home/users/odweta/ssh.nix index ed6ee5f..a757a39 100644 --- a/home/users/odweta/ssh.nix +++ b/home/users/odweta/ssh.nix @@ -5,8 +5,5 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhhbuolStslBp3xFjRySJs+m84YbtTP6eWJeYW3qI4X odweta@endgame ''; - home.file."/.ssh/id_ed25519" = { - source = "/home/odweta/.ssh/id_ed25519"; - mode = "0600"; - }; + home.file.".ssh/id_ed25519".source = "/home/odweta/.ssh/id_ed25519"; }