From b19fba8f0b44c02f54902cf5e5a6bc80876dfe1e Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Thu, 21 Nov 2024 18:59:21 +0100 Subject: [PATCH] fix(photo01): module name missmatch --- machines/photo01/_configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/photo01/_configuration.nix b/machines/photo01/_configuration.nix index 08e2fb4..a2bc088 100644 --- a/machines/photo01/_configuration.nix +++ b/machines/photo01/_configuration.nix @@ -6,7 +6,7 @@ let in { imports = [ - ./hardware.nix + ./_hardware-configuration.nix # NOTE: For now, only deploy the bare minimum ./photoprism.nix