nix-infra/config/hosts/yate/default.nix

11 lines
125 B
Nix

{ config, pkgs, ... }:
{
imports = [
./configuration.nix
./networking.nix
./yate.nix
./service.nix
];
}