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