12 lines
156 B
Nix
12 lines
156 B
Nix
{ ... }: {
|
|
networking.hostName = "fw";
|
|
|
|
imports = [
|
|
./interfaces.nix
|
|
./dhcp.nix
|
|
./firewall.nix
|
|
./unbound.nix
|
|
./wireguard.nix
|
|
];
|
|
}
|