From 1c90c0dd73b5b74612be736ac8deeaa4547e2c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 10 Jun 2024 13:13:11 +0200 Subject: Migrate to borg backup --- systems/eldiron/pub/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems/eldiron/pub') diff --git a/systems/eldiron/pub/default.nix b/systems/eldiron/pub/default.nix index ca8122a..847e9d0 100644 --- a/systems/eldiron/pub/default.nix +++ b/systems/eldiron/pub/default.nix @@ -40,6 +40,9 @@ in }; config = lib.mkIf config.myServices.pub.enable { + services.borgBackup.profiles.global.ignoredPaths = [ + "pub/.nix-.*" + ]; myServices.dns.zones."immae.eu".subdomains.pub = with config.myServices.dns.helpers; ips servers.eldiron.ips.main; -- cgit v1.2.3