diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-05-10 22:30:23 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-05-10 22:30:23 -0700 |
| commit | 57388d0b81e141bd9f7bfa6e4239e17406dd5bf6 (patch) | |
| tree | 72dfb5dace998b05befd65b12580d4883cf265ea /hosts/common/optional | |
| parent | f1128fb462ad1c9cc83467699a6925d7a9598b55 (diff) | |
| download | nix-57388d0b81e141bd9f7bfa6e4239e17406dd5bf6.tar nix-57388d0b81e141bd9f7bfa6e4239e17406dd5bf6.tar.gz nix-57388d0b81e141bd9f7bfa6e4239e17406dd5bf6.tar.bz2 nix-57388d0b81e141bd9f7bfa6e4239e17406dd5bf6.tar.lz nix-57388d0b81e141bd9f7bfa6e4239e17406dd5bf6.tar.xz nix-57388d0b81e141bd9f7bfa6e4239e17406dd5bf6.tar.zst nix-57388d0b81e141bd9f7bfa6e4239e17406dd5bf6.zip | |
Update local DNS
Diffstat (limited to 'hosts/common/optional')
| -rw-r--r-- | hosts/common/optional/services/dhcp.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/optional/services/dhcp.nix b/hosts/common/optional/services/dhcp.nix index 439429e..4bd9477 100644 --- a/hosts/common/optional/services/dhcp.nix +++ b/hosts/common/optional/services/dhcp.nix @@ -109,6 +109,7 @@ ({ hw-address = "9c:13:9e:ed:f4:e8"; ip-address = "192.168.1.18"; }) # loadstar ({ hw-address = "00:05:cd:72:92:b0"; ip-address = "192.168.1.19"; }) # onkyo ({ hw-address = "74:29:af:6f:20:ed"; ip-address = "192.168.1.20"; }) # brother + ({ hw-address = "ce:b9:f3:eb:b5:10"; ip-address = "192.168.1.21"; }) # mister-lan ({ hw-address = "ec:08:6b:6a:4a:ac"; ip-address = "192.168.1.252"; }) # ac2600 ]; } |
