[nix-book] Add OpenVPN configuration
This commit is contained in:
@@ -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; [
|
||||||
|
|||||||
Reference in New Issue
Block a user