12 lines
116 B
Nix
Executable file
12 lines
116 B
Nix
Executable file
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./dns
|
|
./network-manager
|
|
|
|
./dhcp.nix
|
|
./firewall.nix
|
|
./proxy.nix
|
|
];
|
|
}
|