From 04d5460a42e3cad43ccc7756494486f0da560374 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Fri, 30 Jan 2026 13:56:08 +0100 Subject: nixos/configurations: move printer from zpt to zd --- nixos/configurations/spt-omnia.nix | 1 - nixos/configurations/zd-mox.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/configurations') diff --git a/nixos/configurations/spt-omnia.nix b/nixos/configurations/spt-omnia.nix index c13956b..c2ef049 100644 --- a/nixos/configurations/spt-omnia.nix +++ b/nixos/configurations/spt-omnia.nix @@ -18,7 +18,6 @@ in { "7c:b0:c2:bb:9c:ca" = hosts.albert; "4c:d5:77:0d:85:d9" = hosts.binky; "b8:27:eb:57:a2:31" = hosts.mpd; - "74:bf:c0:42:82:19" = hosts.printer; }; }; wifiAP.spt = { diff --git a/nixos/configurations/zd-mox.nix b/nixos/configurations/zd-mox.nix index bba9010..47319ed 100644 --- a/nixos/configurations/zd-mox.nix +++ b/nixos/configurations/zd-mox.nix @@ -18,9 +18,10 @@ 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; }; }; wireguard = true; -- cgit v1.3