From 96865caaebc23ef727ed04a07bd019dddee10476 Mon Sep 17 00:00:00 2001 From: poslop Date: Wed, 19 Aug 2026 16:59:05 -0500 Subject: [PATCH] hermes-vm: narrow module import to modules/core --- hosts/hermes-vm/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hermes-vm/configuration.nix b/hosts/hermes-vm/configuration.nix index 9203c1e..a3d6a2d 100644 --- a/hosts/hermes-vm/configuration.nix +++ b/hosts/hermes-vm/configuration.nix @@ -3,7 +3,7 @@ { imports = [ ./hardware-configuration.nix - ../../modules + ../../modules/core ../../modules/hermes ];