summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5ca09d2..4493b22 100644
--- a/flake.nix
+++ b/flake.nix
@@ -227,6 +227,12 @@
}
];
};
+ livetest = nixpkgs.lib.nixosSystem {
+ system = "aarch64-linux";
+ modules = [
+ (nixpkgs + "/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix")
+ ];
+ };
zenbook = nixpkgs.lib.nixosSystem {
# inherit system;