From 1565615cf716ac945def7199ac20806c167ad6d5 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 24 Mar 2026 16:43:38 -0500 Subject: [PATCH] fixed loop --- configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index f348418..4e8ed39 100755 --- a/configuration.nix +++ b/configuration.nix @@ -8,12 +8,6 @@ in { imports = - - [ - - ./modules/modules.nix - - ]; # Bootloader. boot.loader.systemd-boot.enable = true;