diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-22 12:38:41 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-22 12:38:41 -0500 |
| commit | 4c82b9be8d81da262e8503642aac69f4acb60c2e (patch) | |
| tree | edff26651d225c3c7a783a8cb86bf712a6cd1c26 /hosts/poweredge-pro/dhcp-hosts.nix | |
| parent | 8cc045ea34d4e72edb68d0c30233c7639966428c (diff) | |
| download | nixos-4c82b9be8d81da262e8503642aac69f4acb60c2e.tar.xz nixos-4c82b9be8d81da262e8503642aac69f4acb60c2e.zip | |
Diffstat (limited to 'hosts/poweredge-pro/dhcp-hosts.nix')
| -rw-r--r-- | hosts/poweredge-pro/dhcp-hosts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/poweredge-pro/dhcp-hosts.nix b/hosts/poweredge-pro/dhcp-hosts.nix index 643ae10..3f97e29 100644 --- a/hosts/poweredge-pro/dhcp-hosts.nix +++ b/hosts/poweredge-pro/dhcp-hosts.nix @@ -12,6 +12,7 @@ let mailcow = { macAddress = "00:a0:98:79:20:a2"; staticIp = "192.168.77.7"; }; tjkeller = { macAddress = "00:a0:98:62:cf:86"; staticIp = "192.168.77.8"; }; filebrowser = { macAddress = "02:00:00:00:77:12"; staticIp = "192.168.77.12"; }; + searxng = { macAddress = "02:00:00:00:77:13"; staticIp = "192.168.77.13"; }; WIN-BGBGC27B1PF = { macAddress = "d8:9e:f3:1c:f0:1c"; staticIp = "192.168.77.30"; }; # DACS DESKTOP-CQ4UIF9 = { macAddress = "08:bf:b8:3f:bd:48"; staticIp = "192.168.77.31"; }; # Kyle WIN-6FVMAFOID4G = { macAddress = "00:a0:98:58:10:85"; staticIp = "192.168.77.33"; }; # QB |
