Files
nixos-blueprint/hosts/sarien/networking.nix
unexplrd 0f510c7431 hosts/dunamis/networking.nix: add hostId
hosts/sarien/networking.nix: add hostId

Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-03-30 00:41:10 +02:00

11 lines
167 B
Nix

{
networking = {
networkmanager.enable = true;
hostId = "31150fae";
hostName = "vylxae";
hosts = {
"192.168.1.42" = ["dunamis"];
};
};
}