dot.nix/hosts/nixos/sock/config/default.nix
Chris Toph 5879c0bed8 Initial Setup for Sock host; Docker environment, secrets, and backups
- 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
2025-06-02 18:02:00 -04:00

4 lines
56 B
Nix

{ lib, ... }:
{
imports = lib.custom.scanPaths ./.;
}