force using the old repo due to the workstation rename

This commit is contained in:
Cyryl Płotnicki 2023-07-03 18:25:15 +01:00
parent 7a0023931a
commit aa64b3b9fa

View file

@ -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"];