From 1b0b350d262a76091466d9ad9c0dcdede883b4f6 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 12 Apr 2024 07:58:34 -0400 Subject: [PATCH] fixed typo --- systems/jeeves/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/jeeves/configuration.nix b/systems/jeeves/configuration.nix index 6dfd839..df158f4 100644 --- a/systems/jeeves/configuration.nix +++ b/systems/jeeves/configuration.nix @@ -107,7 +107,7 @@ path = "/ZFS/Storage/Syncthing/books"; devices = [ "Phone" - "jeeves" + "rhapsody-in-green" ]; fsWatcherEnabled = true; }; @@ -116,7 +116,7 @@ path = "/ZFS/Storage/Syncthing/important"; devices = [ "Phone" - "jeeves" + "rhapsody-in-green" ]; fsWatcherEnabled = true; };