From e169649db5feb695dcb41ae3a9ee1204ba34e70c Mon Sep 17 00:00:00 2001 From: batvin123 Date: Thu, 7 Nov 2024 10:16:53 -0500 Subject: [PATCH] potetial fix for disko --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bf65791..18a54c3 100755 --- a/flake.nix +++ b/flake.nix @@ -41,9 +41,9 @@ inherit system; specialArgs = { inherit unstable; }; modules = [ - ./system/susans-vm/configuration.nix disko.nixosModules.disko ./system/susans-vm/disk.nix + ./system/susans-vm/configuration.nix ]; }; };