feat: moved openvpn to more appropriate file

This commit is contained in:
Nick 2025-10-20 00:49:17 -05:00
parent 9f12a89c77
commit 9a38ea8d19
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,6 @@
"ntfs"
];
initrd = {
network.openvpn.enable = true;
availableKernelModules = [
"nvme"
"ahci"

View file

@ -9,6 +9,7 @@ let
;
in
{
network.openvpn.enable = true;
networking = {
hostName = mars.name;
networkmanager.enable = true;