mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-26 02:03:21 +01:00
meta: Merge services.resolved.llmnr with networking
Link-Local Multicast Name Resolution is networking related and should be of interest to users that are also interested in the networking module.
This commit is contained in:
parent
8e16a465e1
commit
7f97bb62c2
@ -30,4 +30,6 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.resolved.llmnr = "false";
|
||||||
}
|
}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
services.resolved.llmnr = "false";
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user