all repos — nixfiles @ 320fe19e14cf605700100be0145b63061d3895ca

System and user configuration, managed by nix and home-manager

dev/base: add alias to call laminarc remotely
Alan Pearce alan@alanpearce.eu
Tue, 04 Mar 2025 18:13:14 +0100
commit

320fe19e14cf605700100be0145b63061d3895ca

parent

103f339506c123144709374ee2fda322cd5e6f2b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -80,6 +80,7 @@ er = "direnv reload";     ea = "direnv allow";
     ex = "direnv exec";
     es = "direnv status";
+    laminarc = "ssh linde laminarc";
     curl3 = "${pkgs.curlHTTP3}/bin/curl --http3";
   };
   programs.direnv = {