mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
feat: initial microvm framework
This commit is contained in:
parent
a896d5eb5d
commit
708d9c4bdb
6 changed files with 193 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue