diff options
| -rw-r--r-- | nixos/configurations/spt-omnia.nix | 1 | ||||
| -rw-r--r-- | nixos/configurations/zd-mox.nix | 3 | ||||
| -rw-r--r-- | nixos/modules/hosts.nix | 2 |
3 files changed, 3 insertions, 3 deletions
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; diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix index 81bd844..b14ac62 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -37,6 +37,7 @@ in { # Local "ridcully" = "10.8.0.59"; "tc" = "10.8.0.99"; + "printer" = "10.8.0.90"; # Portable "binky" = "10.8.0.63"; }; @@ -60,7 +61,6 @@ in { # Local "mpd" = "10.8.2.51"; "errol" = "10.8.2.60"; - "printer" = "10.8.2.90"; # Portable "albert" = "10.8.2.61"; "binky" = "10.8.2.63"; |
