about summary refs log tree commit diff
path: root/configurations/manwe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'configurations/manwe/default.nix')
-rw-r--r--configurations/manwe/default.nix4
1 files changed, 2 insertions, 2 deletions
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;

Consider giving Nix/NixOS a try! <3