From 9b58bd40054367019c1eca436b3bca9b95d30427 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 6 Jul 2023 01:17:08 +0300 Subject: [PATCH] fix quick error --- hosts/sakotop/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/sakotop/default.nix b/hosts/sakotop/default.nix index cecb3eca..b9173e9d 100644 --- a/hosts/sakotop/default.nix +++ b/hosts/sakotop/default.nix @@ -7,7 +7,8 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix home-manager.nixosModules.default - ./modules + # TODO(sako):: make this better + ../../modules ]; # grub (mount efi partition to /boot/efi)