Allow xeon machines to optionally inherit SSF configuration such as the NFS mount point and the network configuration. Reviewed-by: Aleix Boné <abonerib@bsc.es>
8 lines
140 B
Nix
8 lines
140 B
Nix
{
|
|
# Provides the base system for a xeon node, not necessarily in the SSF rack.
|
|
imports = [
|
|
./base.nix
|
|
./xeon/console.nix
|
|
];
|
|
}
|