From c0b82b61f9e0672f3040088e5a39accfd2a0566a Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 19:31:14 +0200 Subject: [PATCH] fix: oops, didn't add the configuration to import --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 970c52d..5685385 100644 --- a/flake.nix +++ b/flake.nix @@ -85,7 +85,8 @@ modules = [ disko.nixosModules.disko inputs.home-manager.nixosModules.default - #inputs.hardware.nixosModules.framework-11th-gen-intel + inputs.hardware.nixosModules.framework-11th-gen-intel + ./hosts/muos/configuration.nix ]; }; };