From 77c34b132a89b990b5051426dbecb02ede7c7a88 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 22 Jan 2023 17:53:14 +0100 Subject: [PATCH] Change location of the agenix key --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 59c4256..85292d1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -144,7 +144,7 @@ with pkgs; owner = "matrix-as-telegram"; group = "matrix-as-telegram"; }; - identityPaths = [ "/home/coolneng/.ssh/id_ed25519" ]; + identityPaths = [ "/etc/ssh/id_ed25519" ]; }; # Auto-upgrade the system