about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
Diffstat (limited to 'flake')
-rw-r--r--flake/packages/default.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/flake/packages/default.nix b/flake/packages/default.nix
index 7d91f2bf..2ca25804 100644
--- a/flake/packages/default.nix
+++ b/flake/packages/default.nix
@@ -66,16 +66,16 @@ in
       format = "install-iso";
     };
     update_shell_lib = shell_library.packages."${system}".update_shell_library;
-    gpg-iso = nixos-generators.nixosGenerate {
-      system = "x86_64-linux";
-      specialArgs = defaultSpecialArgs;
-      modules =
-        [
-          ../../hosts/isimud
-        ]
-        ++ defaultModules;
-      format = "iso";
-    };
+    # gpg-iso = nixos-generators.nixosGenerate {
+    #   system = "x86_64-linux";
+    #   specialArgs = defaultSpecialArgs;
+    #   modules =
+    #     [
+    #       ../../hosts/isimud
+    #     ]
+    #     ++ defaultModules;
+    #   format = "iso";
+    # };
     nvim = nvim.tiamat;
   }
   // output