From a4b29cda0219ea101d2460bc17a27b767a09c4f9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 9 Mar 2026 08:46:29 -0400 Subject: add wg config to X230 --- hosts/X230/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/X230/configuration.nix') diff --git a/hosts/X230/configuration.nix b/hosts/X230/configuration.nix index 44e6cf1..fcf0b05 100644 --- a/hosts/X230/configuration.nix +++ b/hosts/X230/configuration.nix @@ -1,4 +1,6 @@ { config, lib, pkgs, ... }: { + imports = [ ./wg.nix ]; + # Setup bootloader boot._loader.enable = true; -- cgit v1.2.3