diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-05-27 22:02:57 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-05-29 17:00:04 -0500 |
commit | 66755e8a78211ed38c8d6b282d5221d97f0fe664 (patch) | |
tree | ff4b3bb83c8c2ef061050f82bed8fcb41d5cef51 /flake.nix | |
parent | 6c1ee2e94f7e3fb2b13732208118f798805f45c4 (diff) | |
download | nixos-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.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; }; } |