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