flake/nixos/networking/default.nix

6 lines
58 B
Nix
Executable file

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