feat(flake): add sshKeys arg
This commit is contained in:
parent
2e1a239169
commit
2152c91101
4 changed files with 223 additions and 62 deletions
8
secrets/secrets.nix
Normal file
8
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
keys = import ./keys.nix;
|
||||
inherit (keys) users workstations;
|
||||
in
|
||||
|
||||
{
|
||||
"tailscale.age".publicKeys = [ users.ooks] ++ workstations;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue