From f233386bcb08606a2006ae1fcb1428b074477d4d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 9 Nov 2020 16:31:01 +0000 Subject: [PATCH] distorted.lisp: Move printer into a new section for printers. Rather than throwing it in with the wireless APs and hoping that nobody notices, which was a terrible idea. --- distorted.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index 7f699be..a0493dc 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -250,6 +250,8 @@ (kitkat (safe :addr kitkat.safe)) (lunch :alias ap1) (lunch (safe :addr lunch.safe)) + + ;; Printer. (burntaxe (safe :addr burntaxe.safe)) ;; Switches. -- 2.11.0