From 66755e8a78211ed38c8d6b282d5221d97f0fe664 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 27 May 2025 22:02:57 -0500 Subject: hosts/ades: Add initial version of live ISO with ades' configuration --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 135bce7..8f75eb6 100644 --- a/flake.nix +++ b/flake.nix @@ -22,5 +22,8 @@ self.nixosConfigurations. muspell.config.mobile. outputs.u-boot.disk-image; + ades-live-iso = + self.nixosConfigurations. + ades-live.config.system.build.isoImage; }; } -- cgit v1.2.3