From d8d2718289bdce83fb5e0ac729acb28fd335d8fb Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 13 Jul 2026 19:49:45 +1000 Subject: [PATCH] update module path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ff43dd0..7df8209 100644 --- a/flake.nix +++ b/flake.nix @@ -147,7 +147,7 @@ docker = nixpkgs.lib.nixosSystem { ./hosts/linode/configuration.nix ./modules/hardware-configuration/vm/linode.nix ./hosts/linode/disko.nix - inputs.nixosModules.disko + inputs.disko.nixosModules.disko home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true;