From 83d11415deb5f5e905f8056b17350c34109746e7 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 10 Aug 2024 12:40:46 -0500 Subject: [PATCH] flake.nix | attempt to get iso for vm --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 91f750d..6c44444 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,11 @@ specialArgs = {inherit inputs outputs;}; }; vm = lib.nixosSystem { - modules = [./hosts/vm]; + modules = [ + "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-gnome.nix" + "${nixpkgs}/nixos/modules/installer/cd-dvd/channel.nix" + ./hosts/vm + ]; specialArgs = {inherit inputs outputs;}; }; harper2 = lib.nixosSystem {