# Pastebin yMqtOtGG boot.kernelParams = [ # is this needed? #"net.naming-scheme=latest" # ew "ip=144.76.4.116::144.76.4.97:255.255.255.224" ... networking = { hostName = "patchouli"; hostId = "26695298"; useDHCP = false; # TODO FIXME: should be enp4s0 but predictable names are broken... #usePredictableInterfaceNames = false; interfaces.enp4s0 = { ipv4.addresses = [{ address = "144.76.4.116"; prefixLength = 27; }]; ipv6.addresses = [ # Usable IP addresses: # # 2a01:4f8:190:7700::2 to 2a01:4f8:190:77ff:ffff:ffff:ffff:ffff # ::60? { address = "2a01:4f8:190:7700::2"; prefixLength = 56; } # { address = "2a01:4f8:190:7473::"; prefixLength = 64; } ]; }; defaultGateway = { address = "144.76.4.97"; interface = "enp4s0"; # TODO FIXME: likewise }; defaultGateway6 = { address = "fe80::1"; interface = "enp4s0"; # TODO FIXME: likewise }; };