From 4be3b185623ab1268ace59799883721eda2ceb57 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 25 Mar 2023 22:23:29 -0400 Subject: [PATCH] fixed calling to wrong hardware config for framework --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 535f51b..07bb6b7 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,7 @@ nixos-hardware.nixosModules.framework-12th-gen-intel disko.nixosModules.disko ./hosts/creatorforge.nix - ./.modules/base/proxmox-vm-hardware.nix + ./.modules/base/framework.nix ]; }; };