flake/nixos/networking/default.nix

9 lines
80 B
Nix
Executable file

{ ... }:
{
imports = [
./dns.nix
./firewall.nix
./iwd.nix
];
}