nixos-config/modules/base/network/default.nix
2021-10-22 17:20:40 +02:00

8 lines
64 B
Nix

{ ... }:
{
imports = [
./ovh.nix
./mobile.nix
];
}