flake/nixos/networking/default.nix

7 lines
77 B
Nix
Executable file

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