···7373 # that depends on fish internal ls wrappers and can be overridden by
7474 # bad configuration. (e.g. NixOS `environment.shellAliases` default)
7575 ls = "${lib.getExe pkgs.eza} --color=auto --icons=auto --hyperlink";
7676-7777- pasters = "${lib.getExe pkgs.curl} --data-binary @- https://paste.rs/";
7876 };
79778078 shellAbbrs = {
···143143 programs.ssh = {
144144 enable = true;
145145146146- matchBlocks."weird-row-server" = {
147147- hostname = "weird-row.portal.wiro.world";
148148- # TODO: reduce automated load on ssh port by changing to a random port
149149- # port = ""
146146+ matchBlocks = {
147147+ "weird-row-server" = {
148148+ hostname = "weird-row.portal.wiro.world";
149149+ # TODO: reduce automated load on ssh port by changing to a random port
150150+ # port = ""
151151+ };
152152+153153+ "wiroprint" = {
154154+ hostname = "wiroprint.portal.wiro.world";
155155+ # this machine is not accessible on the public network via SSH
156156+ # port = "";
157157+ };
150158 };
151159 };
152160