From fc0087c839b0a82851d406748b7dd3a616af325e Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 24 Aug 2025 23:43:02 +0200 Subject: [PATCH] change import to hard path --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 60f7b7d..c472d8e 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -5,7 +5,7 @@ { imports = [ - ./hardware-configuration.nix + /etc/nixos/hardware-configuration.nix ]; boot.loader.systemd-boot.enable = true;