Skip to content

Commit 2cd5465

Browse files
Test Userclaude
andcommitted
feat(download-server): allow 192.168.1.190 through firewall
Add desktop IP to all service allowlists (443, 6767, 8080, 8112, 5055, 7878, 8989, 9696) so the web UIs are accessible from the new machine. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c3fe98 commit 2cd5465

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flake-modules/hosts/download-server-1/default.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ EOF
13451345
port = 443;
13461346
sources = [
13471347
"192.168.1.187"
1348+
"192.168.1.190"
13481349
"192.168.1.39"
13491350
"192.168.1.66"
13501351
];
@@ -1353,6 +1354,7 @@ EOF
13531354
port = 6767;
13541355
sources = [
13551356
"192.168.1.187"
1357+
"192.168.1.190"
13561358
"192.168.1.39"
13571359
"192.168.1.66"
13581360
];
@@ -1361,6 +1363,7 @@ EOF
13611363
port = 8080;
13621364
sources = [
13631365
"192.168.1.187"
1366+
"192.168.1.190"
13641367
"192.168.1.39"
13651368
"192.168.1.66"
13661369
];
@@ -1369,6 +1372,7 @@ EOF
13691372
port = 8112;
13701373
sources = [
13711374
"192.168.1.187"
1375+
"192.168.1.190"
13721376
"192.168.1.39"
13731377
"192.168.1.66"
13741378
];
@@ -1378,6 +1382,7 @@ EOF
13781382
sources = [
13791383
"192.168.1.129"
13801384
"192.168.1.187"
1385+
"192.168.1.190"
13811386
"192.168.1.39"
13821387
"192.168.1.66"
13831388
];
@@ -1386,6 +1391,7 @@ EOF
13861391
port = 7878;
13871392
sources = [
13881393
"192.168.1.187"
1394+
"192.168.1.190"
13891395
"192.168.1.66"
13901396
"192.168.1.39"
13911397
];
@@ -1394,6 +1400,7 @@ EOF
13941400
port = 8989;
13951401
sources = [
13961402
"192.168.1.187"
1403+
"192.168.1.190"
13971404
"192.168.1.39"
13981405
"192.168.1.66"
13991406
];
@@ -1402,6 +1409,7 @@ EOF
14021409
port = 9696;
14031410
sources = [
14041411
"192.168.1.187"
1412+
"192.168.1.190"
14051413
"192.168.1.39"
14061414
"192.168.1.66"
14071415
];

0 commit comments

Comments
 (0)