From 431018f0797be2807c5df95b7cfb69a8a9219d28 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 30 May 2023 03:10:12 -0400 Subject: [PATCH] Add iso image --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index cc40ebc..af32503 100644 --- a/flake.nix +++ b/flake.nix @@ -187,6 +187,15 @@ ./hardware/productivity-vm.nix ]; }; + + # Installer iso + iso_x86_64 = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ + "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma5.nix" + "${nixpkgs}/nixos/modules/installer/cd-dvd/channel.nix" + ]; + }; }; # Mac systems darwinConfigurations = {