added vpn

This commit is contained in:
biscuit
2025-05-20 11:28:28 -05:00
parent d0532495e0
commit 6044c4e063
4 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ ... }: {
{pkgs, ...}: {
networking.hostName = "nixos";
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
}