feat(config): simplify required headscale config

This commit is contained in:
Aarnav Tale
2026-06-22 15:40:47 -04:00
parent dc32427cff
commit 10055541cc
10 changed files with 395 additions and 310 deletions
+2 -3
View File
@@ -231,9 +231,8 @@ in {
type = types.bool;
default = true;
description = ''
Headplane internally validates the Headscale configuration
to ensure that it changes the configuration in a safe way.
If you want to disable this validation, set this to false.
Deprecated. Headplane no longer validates the complete
Headscale configuration and this option has no effect.
'';
};