From 29b1af303eef5ead494d1497b3ce9c8abf6d21f0 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 14 Jun 2023 07:23:19 -0400 Subject: [PATCH] yuki: fix restic naming --- hosts/yuki/services/restic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/yuki/services/restic.nix b/hosts/yuki/services/restic.nix index 5a83a1e..6f93890 100644 --- a/hosts/yuki/services/restic.nix +++ b/hosts/yuki/services/restic.nix @@ -7,7 +7,7 @@ environment.systemPackages = [pkgs.restic]; services.restic = { backups = { - ame = { + yuki = { paths = [ "/home" ];