- Introduces new Nix modules for comprehensive backup configuration using Borg - Implements orchestrated backup chain with logging, status tracking, and notifications - Establishes Docker container service definitions and network configurations for Komodo services - Updates host and service secrets, including firewall and Docker credentials
4 lines
56 B
Nix
4 lines
56 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
}
|