Files
nixos-config/hosts/orion/variables.nix
2025-11-29 22:51:38 +01:00

7 lines
67 B
Nix

{ config, ... }:
{
config.var = {
hostname = "orion";
};
}