From 5e9c06d424b870e9d035e15d680e7b0aa296edea Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 22 May 2025 13:49:11 +0200 Subject: [PATCH] Fix secrets path --- dev_system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_system.nix b/dev_system.nix index 3082dc5..c8f9af0 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -40,7 +40,7 @@ in home = "/home/pipeline"; description = "User used by forgejo runners to connect to this system"; extraGroups = [ "docker" ]; - openssh.authorizedKeys.keyFiles = [ config.sops.secrets."example".path ]; + openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ]; }; }; }