mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-23 08:26:49 +01:00
5 lines
83 B
Nix
5 lines
83 B
Nix
{config, ...}: {
|
|
networking = {
|
|
hostName = config.fireproof.hostname;
|
|
};
|
|
}
|