From 0ea9ac433314b95f298fd1c3c168a71ec449b9b9 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 3 Nov 2024 00:25:28 -0500 Subject: [PATCH] feat: added printer --- config/default.nix | 3 ++- config/device.nix | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/config/default.nix b/config/default.nix index 279127a..06a46c1 100755 --- a/config/default.nix +++ b/config/default.nix @@ -5,7 +5,8 @@ "laptop" "nas" "phone" - "printer" + "printer0" + "printer1" "server" "tablet" ]; diff --git a/config/device.nix b/config/device.nix index d083e46..49146bb 100755 --- a/config/device.nix +++ b/config/device.nix @@ -157,6 +157,22 @@ in { }; }; + # Printer + + printer0 = { + label = "Canon-TR7620a"; + ip = { + address0 = ""; + }; + }; + + printer1 = { + label = "Brother-HL-2170W"; + ip = { + address0 = "192.168.50.195"; + }; + }; + # Samsung S7 FE tablet = {