6 lines
62 B
Nix
Executable File
6 lines
62 B
Nix
Executable File
{ pkgs, lib, config, ... }:
|
|
|
|
{
|
|
imports = [ ./caddy.nix ];
|
|
}
|