Files
alo-cluster/common/base-node.nix
2025-10-20 22:27:58 +01:00

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
];
}