From ba59a60a6e11e4a78c550e364b6a531e5d0533bf Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 26 Jun 2024 18:18:37 +0300 Subject: [PATCH] Forgot to add altk to secrets.nix --- secrets.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/secrets.nix b/secrets.nix index 0c98bd3..1e505e2 100644 --- a/secrets.nix +++ b/secrets.nix @@ -1,4 +1,8 @@ with import ./keys.nix; { + # altk + "hosts/altk/id.age".publicKeys = admins; + "hosts/altk/password.said.age".publicKeys = admins; + # cube "hosts/cube/id.age".publicKeys = [ cube ] ++ admins; "hosts/cube/password.rgb.age".publicKeys = [ cube ] ++ admins;