9 lines
234 B
Nix
9 lines
234 B
Nix
{ pkgs, ... }:
|
|
{
|
|
# DEPRECATED: Use cluster-node.nix for cluster nodes or minimal-node.nix for minimal systems
|
|
# This file is kept for backward compatibility with existing configurations
|
|
imports = [
|
|
./cluster-node.nix
|
|
];
|
|
}
|