118 current 2025-10-08 19:48:52 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 19:51:42 -05:00
parent 42a1085e77
commit 3ba095c86e
2 changed files with 2 additions and 2 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: 117 current 2025-10-08 19:07:36 25.05.20251006.20c4598 6.12.50 * # generation: 118 current 2025-10-08 19:48:52 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -28,7 +28,7 @@ in
{ from = 7000; to = 7200; } { from = 7000; to = 7200; }
]; ];
openVPNPorts = [{ openVPNPorts = [{
port = 60729; port = 7103;
protocol = "both"; protocol = "both";
}]; }];
}; };