From 44a4f7c6bac97a3381a2b7de8707cd9389f5460f Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 7 Dec 2024 03:24:15 +0100 Subject: Move secrets and keys into agenix Signed-off-by: Mel --- modules/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/git.nix') diff --git a/modules/git.nix b/modules/git.nix index 1d592f0..f7a26c4 100644 --- a/modules/git.nix +++ b/modules/git.nix @@ -1,4 +1,4 @@ -{ me, security, pkgs, ... }: +{ me, keys, pkgs, ... }: { users.users.git = { @@ -8,7 +8,7 @@ home = "/srv/git"; group = "git"; - openssh.authorizedKeys.keys = security.keys; + openssh.authorizedKeys.keys = keys.allUsers; }; users.groups.git = {}; } -- cgit 1.4.1