{ arion = { config, pkgs, ... }:{ deployment.targetHost = "arion.net.entr0py.de"; }; geon = { config, pkgs, ... }:{ deployment.targetHost = "geon.net.entr0py.de"; hasFastConnection = true; }; pion = { config, pkgs, ... }:{ deployment.targetHost = "pion.net.entr0py.de"; hasFastConnection = true; }; scotty-router = { config, pkgs, ... }:{ deployment.targetHost = "scotty-router"; hasFastConnection = true; }; tailpipe = { config, pkgs, ... }:{ deployment.targetHost = "tailpipe.net.entr0py.de"; hasFastConnection = true; }; dyon = { config, pkgs, ... }:{ deployment.targetHost = "dyon.net.entr0py.de"; hasFastConnection = true; }; kaon = { config, pkgs, ... }:{ deployment.targetHost = "kaon.net.entr0py.de"; hasFastConnection = true; }; nebula = { config, pkgs, ... }:{ deployment.targetHost = "nebula.net.entr0py.de"; hasFastConnection = true; }; luxon = { config, pkgs, ... }:{ deployment.targetHost = "luxon.net.entr0py.de"; hasFastConnection = true; }; }