boxen/local-sample.nix

9 lines
139 B
Nix

{config, pkgs, lib, ...}:
{
networking.hostName = SET THIS!;
# Use e.g. head -c 8 /etc/machine-id
networking.hostId = SET THIS!;
}