nixos-config/modules/default.nix
2025-01-17 16:19:10 -05:00

7 lines
65 B
Nix

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