fix(TALE-29): remove all old ACL_FILE handling

No longer required if the minimum is beta2
This commit is contained in:
Aarnav Tale
2024-08-23 16:12:46 -04:00
parent d041a62fcd
commit 9801ef453d
2 changed files with 17 additions and 64 deletions
-1
View File
@@ -45,7 +45,6 @@ const HeadscaleConfig = z.object({
disable_check_updates: goBool.default(false),
ephemeral_node_inactivity_timeout: goDuration.default('120s'),
randomize_client_port: goBool.default(false),
acl_policy_path: z.string().optional(),
acme_email: z.string().optional(),
acme_url: z.string().optional(),