feat: initial microvm framework

This commit is contained in:
Leon Schwarzäugl 2025-10-07 19:29:32 +02:00 committed by Leon Schwarzäugl
parent a896d5eb5d
commit 057e8959a0
6 changed files with 193 additions and 0 deletions

View file

@ -22,6 +22,7 @@
default = "swarsel";
};
isCrypted = lib.mkEnableOption "uses full disk encryption";
withMicroVMs = lib.mkEnableOption "enable MicroVMs on this host";
isImpermanence = lib.mkEnableOption "use impermanence on this system";
isSecureBoot = lib.mkEnableOption "use secure boot on this system";