From 6892e7f3691dd435572328a444dabb4aa10bbd37 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 28 Aug 2025 17:01:48 +0200 Subject: [PATCH] disable iso for now since it's throwing an error and I don't need it --- flake.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.nix b/flake.nix index 2822f98..8efc263 100644 --- a/flake.nix +++ b/flake.nix @@ -180,17 +180,17 @@ # NixOS configuration entrypoint # Available through 'nixos-rebuild --flake .#your-hostname' nixosConfigurations = { - nixIso = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = {inherit inputs outputs;}; - modules = - sharedModules - ++ desktopModules - ++ [ - ./nixos/hosts/iso/configuration.nix - "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-base.nix" - ]; - }; + # nixIso = nixpkgs.lib.nixosSystem { + # system = "x86_64-linux"; + # specialArgs = {inherit inputs outputs;}; + # modules = + # sharedModules + # ++ desktopModules + # ++ [ + # ./nixos/hosts/iso/configuration.nix + # "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-base.nix" + # ]; + # }; EDI = nixpkgs.lib.nixosSystem { system = "x86_64-linux";