From 734685410b59de8813f1f1d8e9c813cedccbc778 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 4 Nov 2022 06:04:16 -0600 Subject: [PATCH] router: switch to inbound_lab for lab stuff, disable tftpd --- hosts/router/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/router/default.nix b/hosts/router/default.nix index ee7c3c7..48bbdc3 100644 --- a/hosts/router/default.nix +++ b/hosts/router/default.nix @@ -339,7 +339,7 @@ in { badwifi : jump inbound_private, external : jump inbound_private, voip : jump inbound_private, - lab : jump inbound_private + lab : jump inbound_lab } } @@ -368,7 +368,7 @@ in { }; services.atftpd = { - enable = true; + enable = false; extraOptions = [ "--verbose=9" "--trace"