1
0
Fork 0

mediaserver: configure nameserver

This commit is contained in:
Daniel Kempkens 2023-04-18 23:33:32 +02:00
parent 91781a4dd8
commit 757512d674
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

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