NixOS/system/services/default.nix

8 lines
66 B
Nix

{ ... }:
{
imports = [
./caddy.nix
./cockpit.nix
];
}