It routes traffic from fox, apex and the compute nodes so that we can reach the git servers and tent. Reviewed-by: Aleix Boné <abonerib@bsc.es>
12 lines
200 B
Nix
12 lines
200 B
Nix
{
|
|
# Provides the base system for a xeon node in the SSF rack.
|
|
imports = [
|
|
./xeon.nix
|
|
./ssf/fs.nix
|
|
./ssf/hosts.nix
|
|
./ssf/hosts-remote.nix
|
|
./ssf/net.nix
|
|
./ssf/ssh.nix
|
|
];
|
|
}
|