From 976b05f815351b47146c7f8faf0ebb9fa9c733e9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 24 Sep 2026 20:21:26 -0500 Subject: wg configs for T430 w/o autostart --- hosts/T430/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/T430/configuration.nix') diff --git a/hosts/T430/configuration.nix b/hosts/T430/configuration.nix index fc0c1dc..161745c 100644 --- a/hosts/T430/configuration.nix +++ b/hosts/T430/configuration.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { - #imports = [ ./wg.nix ]; + imports = [ ./wg.nix ]; # Setup bootloader boot._loader.enable = true; -- cgit v1.3.1