router: switch to inbound_lab for lab stuff, disable tftpd
This commit is contained in:
parent
2a820a8134
commit
734685410b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user