From f6f2c93634a83f7c76045f70d027a26316b1a6d0 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 30 Dec 2024 12:24:18 -0700 Subject: [PATCH] adjusting imports on git side --- nix/home-server.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/home-server.nix b/nix/home-server.nix index d0880ab..49f001d 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -3,8 +3,7 @@ { imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix + [ ];