diff options
author | Franck Cuny <franck@fcuny.net> | 2023-04-13 19:38:40 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-04-13 19:38:40 -0700 |
commit | 3d26b54d9a4c8a594b8f1b65708500cf5052bf69 (patch) | |
tree | 11db9ebefbe5b1c467d5707c50d4c48a3570a2bd /home | |
parent | modules/grafana: delete the dashboard for the router (diff) | |
download | world-3d26b54d9a4c8a594b8f1b65708500cf5052bf69.tar.gz |
home/shell: alias to show DHCP leases
Diffstat (limited to '')
-rw-r--r-- | home/shell/aliases.nix | 1 |
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/"; } |