[nix-book] Add OpenVPN configuration

This commit is contained in:
2025-09-13 07:24:11 -07:00
parent 56b1111f54
commit a65a8e9af7

View File

@@ -43,6 +43,10 @@
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
services.openvpn.servers = {
ogleNet = { config = '' config /root/Oglehome-VPN-johno-nixbook.conf ''; };
};
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [