🧹 remove spotify tui secrets

This commit is contained in:
Moritz Böhme 2022-01-21 22:05:39 +01:00
parent e24954bca1
commit 9568cb5ec0
3 changed files with 1 additions and 22 deletions

View file

@ -8,12 +8,10 @@ let
nixos-desktop =
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKl8gMhwSf1NsP5gp14xbbyjqQLZzcHLb/XKRMoHdXgI";
hosts = [ nixos-laptop nixos-desktop ];
in
{
in {
"nordvpn.age".publicKeys = users ++ hosts;
"davfs.age".publicKeys = users ++ hosts;
"smbMoritz.age".publicKeys = users ++ hosts;
"smbMedia.age".publicKeys = users ++ hosts;
"spotifyd.age".publicKeys = users ++ hosts;
"spotify-tui.age".publicKeys = users ++ hosts;
}