mediaserver: configure nameserver
This commit is contained in:
parent
fe9c7f00c9
commit
fb3d51814e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [ ldns wireguard-tools ];
|
environment.systemPackages = with pkgs; [ ldns tcpdump wireguard-tools ];
|
||||||
|
|
||||||
environment.etc."netns/wg/resolv.conf" = {
|
environment.etc."netns/wg/resolv.conf" = {
|
||||||
mode = "0644";
|
mode = "0644";
|
||||||
|
|
Loading…
Reference in a new issue