feat: improve bootstrapping toolchain

This commit is contained in:
Leon Schwarzäugl 2025-11-25 19:54:01 +01:00
parent 4780f50bd1
commit dcbca0f082
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
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;
};
};
};
}