From 55b18ea26a8deb50d47083171b5b5ef3a6085c59 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 19 Jun 2026 14:03:00 -0500 Subject: fix wg on T495 --- hosts/T495/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/T495/configuration.nix') diff --git a/hosts/T495/configuration.nix b/hosts/T495/configuration.nix index c865964..b80f27e 100644 --- a/hosts/T495/configuration.nix +++ b/hosts/T495/configuration.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { - #imports = [ ./wg.nix ]; + imports = [ ./wg.nix ]; # Setup bootloader boot._loader.enable = true; -- cgit v1.2.3