From 4b44fc9df49a55d6ab0193bd711992175850be38 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 20 Oct 2025 02:48:30 -0500 Subject: [PATCH] feat: moved openvpn to more appropriate file --- systems/mars/config/boot.nix | 1 + systems/mars/config/networking.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/mars/config/boot.nix b/systems/mars/config/boot.nix index 6f25045..cc3f996 100755 --- a/systems/mars/config/boot.nix +++ b/systems/mars/config/boot.nix @@ -12,6 +12,7 @@ "ntfs" ]; initrd = { + network.openvpn.enable = true; availableKernelModules = [ "nvme" "ahci" diff --git a/systems/mars/config/networking.nix b/systems/mars/config/networking.nix index 73ce386..09d7493 100755 --- a/systems/mars/config/networking.nix +++ b/systems/mars/config/networking.nix @@ -9,7 +9,6 @@ let ; in { - boot.network.openvpn.enable = true; networking = { hostName = mars.name; networkmanager.enable = true; @@ -24,6 +23,8 @@ in 3131 # Deskreen 1234 # Elm-land server 5037 # ADB Server + 993 # IMAP + 465 # SMTP 45893 ]; allowedUDPPorts = [