{ pkgs, lib, inputs', secret, ... }: { networking = { nat.enable = true; nat.externalInterface = "enp3s0"; hostName = "heater"; useDHCP = false; interfaces.enp3s0.useDHCP = true; hostId = "3457b383"; }; }