From 9beec7d0b3f9d72eb06c66d24f9c48abf4e91399 Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 15:17:17 +0000 Subject: [PATCH] fix ssh --- home/users/odweta/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/users/odweta/ssh.nix b/home/users/odweta/ssh.nix index 1948c3c..8747601 100644 --- a/home/users/odweta/ssh.nix +++ b/home/users/odweta/ssh.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { - home.file.".ssh/authorized_keys" = '' + home.file.".ssh/authorized_keys".text = '' ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhhbuolStslBp3xFjRySJs+m84YbtTP6eWJeYW3qI4X odweta@endgame ''; }