119 current 2025-10-08 19:51:40 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 19:53:28 -05:00
parent 3ba095c86e
commit 4fae071bbb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 118 current 2025-10-08 19:48:52 25.05.20251006.20c4598 6.12.50 * # generation: 119 current 2025-10-08 19:51:40 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -25,10 +25,10 @@ in
"10.0.0.0/8" "10.0.0.0/8"
]; ];
portMappings = [ portMappings = [
{ from = 7000; to = 7200; } { from = 7103; to = 7103; }
]; ];
openVPNPorts = [{ openVPNPorts = [{
port = 7103; port = 60729;
protocol = "both"; protocol = "both";
}]; }];
}; };