flake/nixos/modules/networking/default.nix
2023-11-17 13:38:25 +08:00

6 lines
83 B
Nix
Executable file

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