We now have direct connection to them. Reviewed-by: Aleix Boné <abonerib@bsc.es>
10 lines
155 B
Nix
10 lines
155 B
Nix
{
|
|
# Provides the base system for a xeon node in the SSF rack.
|
|
imports = [
|
|
./xeon.nix
|
|
./ssf/fs.nix
|
|
./ssf/net.nix
|
|
./ssf/hosts.nix
|
|
];
|
|
}
|