From 0df7936405dd7cfa1ed518441a154b03f1aa57bc Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 2 Dec 2024 01:13:53 +0300 Subject: 2024-12-02 --- configurations/manwe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configurations/manwe/default.nix') diff --git a/configurations/manwe/default.nix b/configurations/manwe/default.nix index 337a43e..f9cb2be 100644 --- a/configurations/manwe/default.nix +++ b/configurations/manwe/default.nix @@ -8,14 +8,14 @@ with lib; imports = attrValues (modulesIn ./.); nixfiles.modules = { + wireguard.server.enable = true; + nsd = { enable = true; fqdn = "ns1.${config.networking.domain}"; }; unbound.enable = true; - wireguard.server.enable = true; - acme.enable = true; monitoring.enable = true; -- cgit 1.4.1