11 lines
125 B
Nix
11 lines
125 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
./networking.nix
|
|
./yate.nix
|
|
./service.nix
|
|
];
|
|
}
|