🧹 remove spotify tui secrets
This commit is contained in:
parent
e24954bca1
commit
9568cb5ec0
3 changed files with 1 additions and 22 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue