From d1c11014defb597e48d542ce452116ee79c55724 Mon Sep 17 00:00:00 2001 From: biscuit Date: Thu, 12 Jun 2025 09:01:15 -0500 Subject: [PATCH] fix --- config.local.nix | 2 +- system/default.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config.local.nix b/config.local.nix index cc30ad4..3e6ada8 100644 --- a/config.local.nix +++ b/config.local.nix @@ -4,7 +4,7 @@ timezone = "America/Chicago"; vpn = { - vpnEnable = false; + vpnEnable = true; vpnSecretFile = "/home/biscuit/Wireguard/secret"; }; diff --git a/system/default.nix b/system/default.nix index 099165a..36ae501 100644 --- a/system/default.nix +++ b/system/default.nix @@ -10,6 +10,10 @@ python3 python3Packages.pip + python3Packages.pygobject3 + gobject-introspection + gtk3 + libxml2 python3Packages.setuptools python3Packages.wheel