From 610598f7864d1ad9a5eddf4bbfdeeea2d276efea Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sat, 8 Nov 2025 13:13:47 +0100 Subject: [PATCH] Actually add artemis to the folders --- modules/network/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/network/syncthing.nix b/modules/network/syncthing.nix index 0e04a22..1bc0220 100644 --- a/modules/network/syncthing.nix +++ b/modules/network/syncthing.nix @@ -51,12 +51,12 @@ in { "Documents" = { id = "documentFolder"; path = "/home/${username}/Documents"; - devices = ["luna" "terra" "solis"]; + devices = ["luna" "artemis" "terra" "solis"]; }; "Programming" = { id = "programmingFolder"; path = "/home/${username}/Programming"; - devices = ["luna" "terra" "solis"]; + devices = ["luna" "artermis" "terra" "solis"]; }; }; };