nixos-config/modules/base/network/default.nix
Charlotte Van Petegem 0fc6c32a47
Reorganize repository
2021-07-10 09:03:38 +02:00

8 lines
72 B
Nix

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