From 157c109a00ec6854c1341e1beea05fe1b4547f44 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 17 Dec 2022 13:42:15 +0100 Subject: [PATCH] exclude borg config directory from backups --- nixos/modules/backup.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/backup.nix b/nixos/modules/backup.nix index 49df52b..198651c 100644 --- a/nixos/modules/backup.nix +++ b/nixos/modules/backup.nix @@ -15,6 +15,7 @@ with lib; let "/mnt" "/nix" "/proc" + "/root" "/run" "/sys" "/tmp"