Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: pool
> ./basis/address.nix
Lenses
(coming soon!)
{pkgs, ...}:
plug: addr:
{ networking = {
usePredictableInterfaceNames = true;
interfaces.${plug}.ipv4.addresses = [ { address = addr; prefixLength = 24; } ];
defaultGateway = { interface = plug; address = "10.0.0.1"; };
}; }