From 8c6ef98370f49a8f942ca1c9d5725820644393e2 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 6 Jul 2024 14:01:48 -0500 Subject: [PATCH] Squirrelflight: enable wireguard --- squirrelflight/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squirrelflight/default.nix b/squirrelflight/default.nix index 7dca1dc..3f3cdb1 100644 --- a/squirrelflight/default.nix +++ b/squirrelflight/default.nix @@ -8,7 +8,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - # ./wireguard.nix + ./wireguard.nix ]; hardware.keyboard.qmk.enable = true;