diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2025-12-18 11:52:09 -0800 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2025-12-18 11:52:09 -0800 |
| commit | 1c8b3d4c71b5bbc4b00f65772ca3a6a762565937 (patch) | |
| tree | b6d7cbd8c1e5728c353f9c7840eb5f3ac2be59d0 /hosts/common/optional | |
| parent | 37aeeca9682befb6205ac2de6c7d280d6f68f69b (diff) | |
| download | nix-1c8b3d4c71b5bbc4b00f65772ca3a6a762565937.tar nix-1c8b3d4c71b5bbc4b00f65772ca3a6a762565937.tar.gz nix-1c8b3d4c71b5bbc4b00f65772ca3a6a762565937.tar.bz2 nix-1c8b3d4c71b5bbc4b00f65772ca3a6a762565937.tar.lz nix-1c8b3d4c71b5bbc4b00f65772ca3a6a762565937.tar.xz nix-1c8b3d4c71b5bbc4b00f65772ca3a6a762565937.tar.zst nix-1c8b3d4c71b5bbc4b00f65772ca3a6a762565937.zip | |
Add new C64 Ultimate as loadstar
Diffstat (limited to '')
| -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 2492d05..8c58bae 100644 --- a/hosts/common/optional/services/dhcp.nix +++ b/hosts/common/optional/services/dhcp.nix @@ -105,6 +105,7 @@ ({ hw-address = "38:f3:ab:59:08:10"; ip-address = "192.168.1.14"; }) # neptune ({ hw-address = "e8:8d:a6:e2:2a:85"; ip-address = "192.168.1.16"; }) # deck ({ hw-address = "7c:b5:66:65:e2:9e"; ip-address = "192.168.1.17"; }) # ginaz + ({ 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 = "ec:08:6b:6a:4a:ac"; ip-address = "192.168.1.252"; }) # ac2600 |
