force using the old repo due to the workstation rename
This commit is contained in:
parent
7a0023931a
commit
aa64b3b9fa
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@
|
||||||
|
|
||||||
fileSystems."/" = {options = ["compress=zstd"];};
|
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.kernelParams = ["initcall_debug" ''dyndbg="file suspend.c +p"'' "no_console_suspend"];
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
|
Loading…
Reference in a new issue