From 9a38ea8d190bfa645cf14747c203dc4ac8752503 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 20 Oct 2025 00:49:17 -0500 Subject: [PATCH] feat: moved openvpn to more appropriate file --- systems/mars/config/boot.nix | 1 - systems/mars/config/networking.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/mars/config/boot.nix b/systems/mars/config/boot.nix index cc3f996..6f25045 100755 --- a/systems/mars/config/boot.nix +++ b/systems/mars/config/boot.nix @@ -12,7 +12,6 @@ "ntfs" ]; initrd = { - network.openvpn.enable = true; availableKernelModules = [ "nvme" "ahci" diff --git a/systems/mars/config/networking.nix b/systems/mars/config/networking.nix index f0fc29d..b475b8e 100755 --- a/systems/mars/config/networking.nix +++ b/systems/mars/config/networking.nix @@ -9,6 +9,7 @@ let ; in { + network.openvpn.enable = true; networking = { hostName = mars.name; networkmanager.enable = true;