mediaserver: configure nameserver
This commit is contained in:
parent
91781a4dd8
commit
757512d674
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue