From 32926f3b1a7e606c557d5bfb20cc018ff449784d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 28 Jul 2020 11:47:34 +0100 Subject: [PATCH] distorted.lisp, hosts.lisp: Add new printer `burntaxe'. --- distorted.lisp | 1 + hosts.lisp | 1 + 2 files changed, 2 insertions(+) diff --git a/distorted.lisp b/distorted.lisp index dd1a2ce..7f699be 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -250,6 +250,7 @@ (kitkat (safe :addr kitkat.safe)) (lunch :alias ap1) (lunch (safe :addr lunch.safe)) + (burntaxe (safe :addr burntaxe.safe)) ;; Switches. (grigsby :alias tp0) diff --git a/hosts.lisp b/hosts.lisp index 28d57ea..b227640 100644 --- a/hosts.lisp +++ b/hosts.lisp @@ -116,6 +116,7 @@ (defhost tritan.safe (safe 6)) (defhost kitkat.safe (safe 7)) (defhost lunch.safe (safe 8)) +(defhost burntaxe.safe (safe 9)) ;; Wireless network. (defhost radius.untrusted (untrusted 1)) -- 2.11.0