From 1a83d00b259b577639357e7f2198013035f927dc Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 30 Sep 2024 18:48:52 -0400 Subject: [PATCH] Update config --- dot_config/home-manager/nixos/mal/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/dot_config/home-manager/nixos/mal/configuration.nix b/dot_config/home-manager/nixos/mal/configuration.nix index 8c095b7..d6da325 100644 --- a/dot_config/home-manager/nixos/mal/configuration.nix +++ b/dot_config/home-manager/nixos/mal/configuration.nix @@ -121,7 +121,6 @@ systemd.services."backup-serenity"= { script = '' # Remove keys - ${./secrets.sh} printf "\nBacking up nextcloud \n" ${pkgs.restic} -r "$RESTIC_REPOSITORY/NextCloud" backup --verbose --no-scan /mnt/user/NextCloud ${pkgs.restic} -r "$RESTIC_REPOSITORY/NextCloud" check --verbose