feat: improve bootstrapping toolchain

This commit is contained in:
Leon Schwarzäugl 2025-11-25 19:54:01 +01:00 committed by Leon Schwarzäugl
parent 118f7a2fe8
commit 2538d7c279
3 changed files with 42 additions and 11 deletions

View file

@ -11,6 +11,10 @@
description = "Node Name.";
type = lib.types.str;
};
lockFromBootstrapping = lib.mkOption {
description = "Whether this host should be marked to not be bootstrapped again using swarsel-bootstrap.";
type = lib.types.bool;
};
};
};
}