Merge branch 'main' of gitlab.com:upRootNutrition/dotfiles

This commit is contained in:
Nick 2025-10-20 02:35:14 -05:00
commit c62572f35c
2 changed files with 2 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
{
boot.network.openvpn.enable = true;
networking = {
hostName = mars.name;
networkmanager.enable = true;
@ -23,6 +24,7 @@ in
3131 # Deskreen
1234 # Elm-land server
5037 # ADB Server
45893
];
allowedUDPPorts = [
7777