From aa64b3b9fa27ac657d88deac93309c7d55d9fc81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 3 Jul 2023 18:25:15 +0100 Subject: [PATCH] force using the old repo due to the workstation rename --- nixos/boxes/foryog/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/boxes/foryog/default.nix b/nixos/boxes/foryog/default.nix index ce39223e..ab2261e9 100644 --- a/nixos/boxes/foryog/default.nix +++ b/nixos/boxes/foryog/default.nix @@ -25,6 +25,9 @@ fileSystems."/" = {options = ["compress=zstd"];}; + services.restic.backups.home-to-b2 = { + repository = lib.mkForce "b2:cyplo-restic-foureighty:/"; + }; boot.kernelParams = ["initcall_debug" ''dyndbg="file suspend.c +p"'' "no_console_suspend"]; boot.tmp.cleanOnBoot = true; boot.binfmt.emulatedSystems = ["aarch64-linux"];