• Moves Caddy configuration from optional to dedicated host config file • Relocates container configs for authentik and Komodo under new host config path • Updates default host config to import the new structure • Bumps system stateVersion to 25.05
4 lines
56 B
Nix
4 lines
56 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = lib.custom.scanPaths ./.;
|
|
}
|