about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-08-13 03:25:16 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-08-13 03:25:16 +0200
commitfc99b18f9bcd61c3eca4194bf3d20405f3aff25f (patch)
treed181e389acb38c6d16e3aa2ef614f60d177cc0cc
parentcf938167abf99d92291a9679a6ca98296c2b7525 (diff)
kzerza: Enable building it as an ISO image.
We only really need an ISO image for kzerza, as mentioned in the
previous commit, because that's the one that's really dd'ed onto an USB
stick.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--machines/aszlig/kzerza.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/aszlig/kzerza.nix b/machines/aszlig/kzerza.nix
index b6604fed..b90b05d2 100644
--- a/machines/aszlig/kzerza.nix
+++ b/machines/aszlig/kzerza.nix
@@ -7,6 +7,7 @@ let
   diskID = "usb-0000_Removable_Drive_23372707080836980013-0:0";
 in {
   vuizvui.user.aszlig.profiles.base.enable = true;
+  vuizvui.createISO = true;
 
   services.xserver.enable = mkForce false;