diff options
Diffstat (limited to 'systems/eldiron/dns.nix')
-rw-r--r-- | systems/eldiron/dns.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/eldiron/dns.nix b/systems/eldiron/dns.nix index 3d5aafa..2b369af 100644 --- a/systems/eldiron/dns.nix +++ b/systems/eldiron/dns.nix | |||
@@ -164,6 +164,10 @@ in | |||
164 | config = let | 164 | config = let |
165 | cfg = config.services.bind; | 165 | cfg = config.services.bind; |
166 | in lib.mkIf config.myServices.dns.enable { | 166 | in lib.mkIf config.myServices.dns.enable { |
167 | services.borgBackup.profiles.global.includedPaths = [ | ||
168 | "named" | ||
169 | ]; | ||
170 | |||
167 | myServices.chatonsProperties.hostings.dns-secondaire = { | 171 | myServices.chatonsProperties.hostings.dns-secondaire = { |
168 | file.datetime = "2022-08-22T02:00:00"; | 172 | file.datetime = "2022-08-22T02:00:00"; |
169 | hosting = { | 173 | hosting = { |