From 1101e7fae01bf498c0ea16fb16fb00d78ca62319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 6 Apr 2025 23:05:38 +0200 Subject: [PATCH] Home Gen492 @ 2025-04-06-23:05 --- modules/home/borg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/borg.nix b/modules/home/borg.nix index a898a7f..430e20b 100644 --- a/modules/home/borg.nix +++ b/modules/home/borg.nix @@ -91,6 +91,7 @@ in { location = { sourceDirectories = [ "${config.xdg.configHome}/sops" + "${config.home.homeDirectory}/Stuff/sec" ]; repositories = [repo]; excludeHomeManagerSymlinks = true;