summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-05-27 22:02:57 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-05-29 17:00:04 -0500
commit66755e8a78211ed38c8d6b282d5221d97f0fe664 (patch)
treeff4b3bb83c8c2ef061050f82bed8fcb41d5cef51 /flake.nix
parent6c1ee2e94f7e3fb2b13732208118f798805f45c4 (diff)
downloadnixos-config-66755e8a78211ed38c8d6b282d5221d97f0fe664.tar.gz
nixos-config-66755e8a78211ed38c8d6b282d5221d97f0fe664.zip
hosts/ades: Add initial version of live ISO with ades' configuration
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
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;
};
}