mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
4 lines
55 B
Nix
4 lines
55 B
Nix
{ config, ... }:
|
|
{
|
|
topology.id = config.node.name;
|
|
}
|