flake/nixos/networking/default.nix

6 lines
83 B
Nix
Executable file

{...}: {
imports = [
./dns.nix
./network-configuration-daemon.nix
];
}