{ suites, profiles, mylib, ... }: { imports = suites.server ++ (with profiles; [ services.caddy services.knot.secondary ]) ++ (mylib.path.scanPaths ./. "default.nix"); system.stateVersion = "24.11"; }