From 8a1f51873ef595b5d36b1bb299f99e1dfd897584 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 30 Jan 2026 15:45:53 +0100 Subject: [PATCH] chore: temporarily disable wireguard VPN module --- hosts/astyanax/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/astyanax/default.nix b/hosts/astyanax/default.nix index cc0c81c..5d7a599 100644 --- a/hosts/astyanax/default.nix +++ b/hosts/astyanax/default.nix @@ -33,7 +33,7 @@ in ../../modules/localization ../../modules/fonts ../../modules/ssh/hardened-openssh.nix - ../../modules/vpn/wireguard.nix + # ../../modules/vpn/wireguard.nix (import ../../modules/secrets { inherit lib inputs config; }) ../../modules/docker ];