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 = {