From 1d3af90b3f4402eb45b5bd8c6ba394f40c279ae9 Mon Sep 17 00:00:00 2001
From: albert <albert@sysctl.io>
Date: Mon, 24 Feb 2025 13:26:51 -0800
Subject: [PATCH] Typo

---
 nixos/hosts/nuc-server/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/hosts/nuc-server/default.nix b/nixos/hosts/nuc-server/default.nix
index 32da12be..9b11fce8 100644
--- a/nixos/hosts/nuc-server/default.nix
+++ b/nixos/hosts/nuc-server/default.nix
@@ -6,7 +6,7 @@ let
 in {
   imports = [ 
     (modulesPath + "/installer/scan/not-detected.nix")
-    ( import ./../common/services/syncthing/pictures.nix { path = "/Storage/Media/Pictures/RAW"; })
+    ( import ../../common/services/syncthing/pictures.nix { path = "/Storage/Media/Pictures/RAW"; })
     ../../common/services/tailscale-autoconnect.nix
     ../../common/modules/secureboot.nix
     ../../common/modules/ssh-luks.nix