🧹 remove spotify tui secrets
This commit is contained in:
parent
e24954bca1
commit
9568cb5ec0
3 changed files with 1 additions and 22 deletions
|
@ -18,11 +18,5 @@
|
||||||
file = ../../secrets/spotifyd.age;
|
file = ../../secrets/spotifyd.age;
|
||||||
owner = "1000";
|
owner = "1000";
|
||||||
};
|
};
|
||||||
spotify-tui = {
|
|
||||||
file = ../../secrets/spotify-tui.age;
|
|
||||||
owner = "1000";
|
|
||||||
mode = "777";
|
|
||||||
path = "/home/moritz/.config/spotify-tui/client.yml";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,12 +8,10 @@ let
|
||||||
nixos-desktop =
|
nixos-desktop =
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKl8gMhwSf1NsP5gp14xbbyjqQLZzcHLb/XKRMoHdXgI";
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKl8gMhwSf1NsP5gp14xbbyjqQLZzcHLb/XKRMoHdXgI";
|
||||||
hosts = [ nixos-laptop nixos-desktop ];
|
hosts = [ nixos-laptop nixos-desktop ];
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
"nordvpn.age".publicKeys = users ++ hosts;
|
"nordvpn.age".publicKeys = users ++ hosts;
|
||||||
"davfs.age".publicKeys = users ++ hosts;
|
"davfs.age".publicKeys = users ++ hosts;
|
||||||
"smbMoritz.age".publicKeys = users ++ hosts;
|
"smbMoritz.age".publicKeys = users ++ hosts;
|
||||||
"smbMedia.age".publicKeys = users ++ hosts;
|
"smbMedia.age".publicKeys = users ++ hosts;
|
||||||
"spotifyd.age".publicKeys = users ++ hosts;
|
"spotifyd.age".publicKeys = users ++ hosts;
|
||||||
"spotify-tui.age".publicKeys = users ++ hosts;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
age-encryption.org/v1
|
|
||||||
-> ssh-ed25519 ZYd7Zg jROOLg8UIJD3dE2/si4rUe1IQVy9hvzIYSKixkOF7Bg
|
|
||||||
IT7R/5M697wsUSNtpDiER/wZ1rZ2u8iiau6axLoI/xM
|
|
||||||
-> ssh-ed25519 wG6LYg P5rjgMV6ay3Su4weXDL66hDkmUuhjKJQR4vHly43yjM
|
|
||||||
BHODogoY16ouq9JDr+95WGNBurblpM8y1o4el7PpBxM
|
|
||||||
-> ssh-ed25519 CjuqfA s3g2dp52QiYGGQxk+MLUdnFmbuJt2x3geApkTBoeung
|
|
||||||
QAMA0zlYu/LmbdKfpfYV+21I06e55xAs68C868BPMYI
|
|
||||||
-> ,LtNn-grease
|
|
||||||
ZOIDDvOjIu8bCixIyF0dj05TsC7lPO6iWu92HYJ1263bu7Vvvb1D3dEbXEgIYIQ
|
|
||||||
--- pu2/JaqeUMGeSzP+gBf9jJdC+jjDcGf7O8hQMd/hNNc
|
|
||||||
щ<C391><E280B0>
|
|
||||||
?œgý|<7C>§ñÎ%/âjä©~?;Ñ9ÞŽö;£ôͼëÉ”çÎÊW!¿¼#UóqXÜ,^Û<1B>ð4¢
|
|
||||||
bv8Ãè3¿Í°ã3GŒ9pâôœ‚—m=‹µ<E280B9>i8æüÊ<Õ¤6ÎdÕ%þ½¥<C2BD>õÄÇÝ<18>'°®¦Þ‚?K3Õ0i¤/‰³¿“3:Eé¦ç
|
|
Loading…
Reference in a new issue