flake/nixos/networking/default.nix

14 lines
135 B
Nix
Raw Normal View History

2023-09-19 00:17:43 +00:00
{ ... }:
{
imports = [
./dns
./network-manager
./dhcp.nix
./firewall.nix
./proxy.nix
./timezone.nix
];
}