nixos-config/modules/default.nix
2025-02-08 01:30:04 -05:00

8 lines
85 B
Nix

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