ctucx.git: nixfiles

ctucx' nixfiles

commit 2afceeec588677ff5f79d3db31d3f7378d4d1ded
parent 7f560417da64c365639ccddce19cc2bf03eae2c8
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 15 Mar 2022 00:09:30 +0100

machines/lollo/restic-vnstat: fix typo
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/machines/lollo/restic-vnstat.nix b/machines/lollo/restic-vnstat.nix
@@ -4,7 +4,7 @@
 
   age.secrets.restic-vnstat.file = ../../secrets/lollo/restic/vnstat.age;
 
-  restic-backups.matrix-synapse = {
+  restic-backups.vnstat = {
     user         = "vnstatd";
     passwordFile = config.age.secrets.restic-vnstat.path;
     paths        = [ "/var/lib/vnstat" ];