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

10 lines
108 B
Nix

{ ... }:
{
imports = [
./configuration.nix
./networking.nix
./yate.nix
./sops.nix
];
}