Encrypted root VM testing

This commit is contained in:
Lauren Lagarde 2025-06-10 21:43:11 -05:00
parent 4befc47285
commit 4ebb7a41ff
6 changed files with 49 additions and 9 deletions

View file

@ -171,6 +171,17 @@
./systems/vm-docker-luks.nix
] ++ inherited_modules;
};
vm-docker-zfs-test = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{
networking.hostName = "vm-docker-zfs-test";
networking.hostId = "459ecfce";
}
./systems/vm-docker-host/vm-docker-host-zfs.nix
] ++ inherited_modules;
};
};
packages.aarch64-linux = {