From 48c36cad2e823d426fddbce5223cd6f9bbef7df8 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 11 Jun 2026 21:28:59 -0500 Subject: Extract WireGuard config into shared module, enable on desktop --- hosts/desktop/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index e63cc68..62a4147 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -14,6 +14,7 @@ ../../modules/llm.nix # ../../modules/local-llm.nix ../../modules/kvm.nix + ../../modules/wireguard.nix ]; boot.loader.grub = { -- cgit v1.2.3