home: spotify_key

This commit is contained in:
ooks-io 2024-10-24 00:19:54 +13:00
parent 8e81943cf9
commit bbf085ecc4
4 changed files with 25 additions and 1 deletions

View file

@ -4,4 +4,5 @@ let
in {
"tailscale-auth.age".publicKeys = [users.ooks] ++ workstations;
"github_key.age".publicKeys = [users.ooks] ++ workstations;
"spotify_key.age".publicKeys = [users.ooks] ++ workstations;
}