about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-04-13 19:38:40 -0700
committerFranck Cuny <franck@fcuny.net>2023-04-13 19:38:40 -0700
commit3d26b54d9a4c8a594b8f1b65708500cf5052bf69 (patch)
tree11db9ebefbe5b1c467d5707c50d4c48a3570a2bd /home
parentmodules/grafana: delete the dashboard for the router (diff)
downloadworld-3d26b54d9a4c8a594b8f1b65708500cf5052bf69.tar.gz
home/shell: alias to show DHCP leases
Diffstat (limited to '')
-rw-r--r--home/shell/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/shell/aliases.nix b/home/shell/aliases.nix
index 8a44e42..49d1725 100644
--- a/home/shell/aliases.nix
+++ b/home/shell/aliases.nix
@@ -6,4 +6,5 @@
   hms = "home-manager switch --flake .";
   nr = "sudo nixos-rebuild switch --flake .";
   flup = "nix flake update --commit-lock-file";
+  dhcp-leasese = "xdg-open http://192.168.6.1:8067/";
 }