add taskwarrior secrets + keys to config

This commit is contained in:
Anish Lakhwara
2023-01-10 22:27:47 +10:00
parent 0a0da37807
commit b120f59cf9
7 changed files with 69 additions and 2 deletions
+2 -1
View File
@@ -7,9 +7,10 @@ let
helix = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAKrL6IDHNnHmxi0q9nzu87NOyidPm3HpE7klU368lEf root@helix";
curve = [ system user ];
allUserKeys = [ system user mossnet ];
systemOnly = [ system mossnet lituus helix ];
systemOnly = [ system mossnet lituus helix ];
in
{
"taskwarrior-private.age".publicKeys = curve;
"fastmail.age".publicKeys = allUserKeys;
"mossnet.age".publicKeys = allUserKeys;
"curve-wg.age".publicKeys = curve;