1
0
Fork 0

mediaserver: configure nameserver

This commit is contained in:
Daniel Kempkens 2023-04-19 00:43:25 +02:00
parent fe9c7f00c9
commit fb3d51814e
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [ ldns wireguard-tools ];
environment.systemPackages = with pkgs; [ ldns tcpdump wireguard-tools ];
environment.etc."netns/wg/resolv.conf" = {
mode = "0644";