summary refs log tree commit diff
path: root/machines/taupe/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/taupe/default.nix')
-rw-r--r--machines/taupe/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/machines/taupe/default.nix b/machines/taupe/default.nix
index 0c2f025..643c939 100644
--- a/machines/taupe/default.nix
+++ b/machines/taupe/default.nix
@@ -6,8 +6,6 @@
 
     ./hardware.nix
     ./devices.nix
-
-    ../../modules/wireguard.nix
   ];
 
   foundation = {
@@ -24,6 +22,11 @@
         "base"
       ];
     };
+
+    wireguard.server = {
+      enable = true;
+      externalInterface = "enp1s0";
+    };
   };
 
   system.stateVersion = "25.05";