From 85403e0d543ad5c1fb2efcbd5df88285009d5b92 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 23 May 2023 17:18:26 +0100 Subject: [PATCH] Fix paths in devices/default.nix --- syncthing/devices/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/syncthing/devices/default.nix b/syncthing/devices/default.nix index ce327ff0..412f6fc7 100644 --- a/syncthing/devices/default.nix +++ b/syncthing/devices/default.nix @@ -1,10 +1,10 @@ {...}: { imports = [ - ./devices/H0615.nix - ./devices/ion.nix - ./devices/monarch.nix - ./devices/northstar.nix - ./devices/remarkable.nix - ./devices/vanguard.nix + ./H0615.nix + ./ion.nix + ./monarch.nix + ./northstar.nix + ./remarkable.nix + ./vanguard.nix ]; }