From e3ec5147103f3e9214c77c23170dcbe3ed95035a Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 23 Aug 2024 23:27:17 +0100 Subject: [PATCH] think --- THOUGHTS.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/THOUGHTS.txt b/THOUGHTS.txt index 758f6e1..c3425bb 100644 --- a/THOUGHTS.txt +++ b/THOUGHTS.txt @@ -5858,11 +5858,11 @@ What if someone provided static data for authorizedKeys? anyway [done] - make ssh service accept keys as a param, use -U to point dropbear at them -- turn replacable into a function which takes a param and returns +[done] - turn replacable into a function which takes a param and returns service or path -- replacable type definition takes a param to indicate the "underlying" +[done] - replacable type definition takes a param to indicate the "underlying" type: i.e. an attr can be replacable int or replacable attrset, not just replacable string - write fennel script that watches a secret ref and writes authorized keys when it changes -- destructure args in ssh.nix +[done] - destructure args in ssh.nix