ctucx.git: nixfiles

ctucx' nixfiles

commit a2c9563c9d8407b628db2d3a2c7c4d0ca673b105
parent 1593e9d1d8fe5475fa1ed3af912816cf9c1e9361
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 15 Jul 2022 10:26:46 +0200

secrets: add restic-password for gotosocial on lollo
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/secrets/lollo/restic/gotosocial.age b/secrets/lollo/restic/gotosocial.age
@@ -0,0 +1,10 @@
+age-encryption.org/v1
+-> X25519 KD/CpqEGeoGnBAxTUZ34yYCgOxVs5EDCf+CfJca+RQ8
+40HI4JDu+xcJErNhVC7AkGmZ6vANhZrD1CEZCaDyfT4
+-> ssh-ed25519 2LuoZg U49GckR4L5TjDeZZOUrWh1XwcJTgnMxEPIj6io4fNyA
+2lW77/YbvnngHmToGio061YiqvcGEm/Rc1sflpdOqlo
+-> NI+"-grease
+VGQY/Zjgdytp2Y82UIyCEquBH9TqaIrT8ozHHTWBhw
+--- rrdciEj2OXAjKZaUjeWgCLX0145aaxlH1+EaVZmM55A
+lx|GK]qY)jHs`m8o=a0
+KR&;9Ւ}׺Im+
\ No newline at end of file
diff --git a/secrets/secrets.nix b/secrets/secrets.nix
@@ -43,6 +43,7 @@ in {
   "lollo/wireguard-privkey.age".publicKeys                    = [ leah lollo ];
 
   "lollo/restic/vnstat.age".publicKeys                        = [ leah lollo ];
+  "lollo/restic/gotosocial.age".publicKeys                    = [ leah lollo ];
 
 
   "desastro/syncthing/key.age".publicKeys                     = [ leah desastro ];