diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-23 18:00:33 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-23 18:00:33 -0500 |
| commit | d410affa579e8cb69796fc47a7f9fd6c0d2c30ae (patch) | |
| tree | f03041bfd41b0a5fa861fd582ecf5de370830204 /hosts/poweredge-pro/dhcp-hosts.nix | |
| parent | f06933eed23c7003c0d81d687bd1f646768af19c (diff) | |
cgit config on poweredge pro
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 6ca6ca7..08e3ebd 100644 --- a/hosts/poweredge-pro/dhcp-hosts.nix +++ b/hosts/poweredge-pro/dhcp-hosts.nix @@ -11,6 +11,7 @@ let devel = { macAddress = "00:a0:98:79:81:5a"; staticIp = "192.168.77.3"; }; 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"; }; + cgit = { macAddress = "02:00:00:00:77:08"; staticIp = "192.168.77.88"; }; 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"; }; embedtube = { macAddress = "02:00:00:00:77:14"; staticIp = "192.168.77.14"; }; |
