Make apex host specific to each machine

Allows direct contact via the VPN when accessing from fox, but use
Internet when using the rest of the machines.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
2025-08-29 14:29:14 +02:00
parent 46d03d5ca7
commit 6bbfb0d124
4 changed files with 9 additions and 1 deletions

View File

@@ -32,4 +32,8 @@
];
};
};
networking.hosts = {
"10.100.0.30" = [ "apex" ];
};
}