From 1a63a7a499766ae41f8baaf183e489c7cec350bc Mon Sep 17 00:00:00 2001 From: Steven Carpenter Date: Thu, 9 Feb 2023 00:03:20 -0500 Subject: [PATCH] fixed modules path issue --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ad2d84a..a6ea43a 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ system = "x86_64-linux"; modules = [ ./hosts/creatorforge.nix - ./modules/base/proxmox-vm-hardware.nix + ./.modules/base/proxmox-vm-hardware.nix ]; }; };