diff options
Diffstat (limited to 'nixos/configurations/zd-mox.nix')
| -rw-r--r-- | nixos/configurations/zd-mox.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/configurations/zd-mox.nix b/nixos/configurations/zd-mox.nix index bba9010..6ce1b6b 100644 --- a/nixos/configurations/zd-mox.nix +++ b/nixos/configurations/zd-mox.nix @@ -18,9 +18,11 @@ in { wan = "pppoe-wan"; lanIP = hosts.mox; staticLeases = { + "4c:d5:77:0d:85:d9" = hosts.binky; "70:85:c2:4a:59:f2" = hosts.ridcully; + "74:bf:c0:42:82:19" = hosts.printer; "f8:dc:7a:79:00:e6" = hosts.tc; - "4c:d5:77:0d:85:d9" = hosts.binky; + "34:94:54:33:6b:48" = hosts.vb; }; }; wireguard = true; |
