nix-files/helpers/set-hostname.nix
2022-05-23 20:20:05 -07:00

5 lines
57 B
Nix

hostName: { ... }:
{
networking.hostName = hostName;
}