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