mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: moved openvpn to more appropriate file
This commit is contained in:
parent
c62572f35c
commit
4b44fc9df4
2 changed files with 3 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"ntfs"
|
||||
];
|
||||
initrd = {
|
||||
network.openvpn.enable = true;
|
||||
availableKernelModules = [
|
||||
"nvme"
|
||||
"ahci"
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue