parent
228c9ddec4
commit
1cbd2287a0
@ -0,0 +1,8 @@ |
||||
{ pkgs, ... }: |
||||
{ |
||||
services.dnsmasq.enable = true; |
||||
services.dnsmasq.extraConfig = '' |
||||
address=/wiki.org/10.110.25.255 |
||||
address=/test.local/10.110.25.255 |
||||
''; |
||||
} |
Loading…
Reference in new issue