hosts/sarien/networking.nix: add hostId Signed-off-by: unexplrd <unexplrd@linerds.us>
11 lines
167 B
Nix
11 lines
167 B
Nix
{
|
|
networking = {
|
|
networkmanager.enable = true;
|
|
hostId = "31150fae";
|
|
hostName = "vylxae";
|
|
hosts = {
|
|
"192.168.1.42" = ["dunamis"];
|
|
};
|
|
};
|
|
}
|