455 current 2025-06-28 04:47:33 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
system.activationScripts.dnsmasqConfd = lib.stringAfter ["var"] ''
|
||||
mkdir -p /var/lib/dnsmasq/conf.d
|
||||
'';
|
||||
|
||||
services.dnsmasq = {
|
||||
enable = true;
|
||||
resolveLocalQueries = true;
|
||||
|
||||
Reference in New Issue
Block a user