nixos-config/modules/server/default.nix

7 lines
57 B
Nix

{
imports = [
./network.nix
./hydra.nix
];
}