feat(flake): add sshKeys arg

This commit is contained in:
ooks-io 2024-06-16 15:40:02 +12:00
parent 2e1a239169
commit 2152c91101
4 changed files with 223 additions and 62 deletions

8
secrets/secrets.nix Normal file
View file

@ -0,0 +1,8 @@
let
keys = import ./keys.nix;
inherit (keys) users workstations;
in
{
"tailscale.age".publicKeys = [ users.ooks] ++ workstations;
}