Encrypted root VM testing
This commit is contained in:
parent
4befc47285
commit
4ebb7a41ff
6 changed files with 49 additions and 9 deletions
11
flake.nix
11
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue