From 8defa56f4fd8688fda16427f0e5a20fee71dd07d Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 16 Dec 2025 19:08:29 +0100 Subject: [PATCH] fix: remove boot.nix import from elros configuration Co-authored-by: aider (openrouter/mistralai/devstral-2512:free) --- hosts/elros/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/elros/configuration.nix b/hosts/elros/configuration.nix index fa28db4..19248e4 100644 --- a/hosts/elros/configuration.nix +++ b/hosts/elros/configuration.nix @@ -13,7 +13,6 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../../modules/boot.nix ../../modules/zram.nix ../../modules/nix.nix ../../modules/openssh.nix