119 current 2025-10-08 19:51:40 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user