aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-01-30 13:56:08 +0100
committerKarel Kočí <cynerd@email.cz>2026-01-30 13:56:08 +0100
commit04d5460a42e3cad43ccc7756494486f0da560374 (patch)
tree6c3d4c35894eb4e6bae7d1a201c9718cda3d054e
parent790ac2db3c172152e652211785e49af7ecc76d44 (diff)
downloadnixos-personal-04d5460a42e3cad43ccc7756494486f0da560374.tar.gz
nixos-personal-04d5460a42e3cad43ccc7756494486f0da560374.tar.bz2
nixos-personal-04d5460a42e3cad43ccc7756494486f0da560374.zip
nixos/configurations: move printer from zpt to zd
-rw-r--r--nixos/configurations/spt-omnia.nix1
-rw-r--r--nixos/configurations/zd-mox.nix3
-rw-r--r--nixos/modules/hosts.nix2
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";