diff --git a/systems/bob/configuration.nix b/systems/bob/configuration.nix index 2aaac96..70c825d 100644 --- a/systems/bob/configuration.nix +++ b/systems/bob/configuration.nix @@ -88,15 +88,15 @@ "jeeves" "rhapsody-in-green" ]; - "projects" = { - id = "vyma6-lqqrz"; # cspell:disable-line - path = "/home/richie/projects"; - devices = [ - "jeeves" - "rhapsody-in-green" - ]; - fsWatcherEnabled = true; - }; + fsWatcherEnabled = true; + }; + "projects" = { + id = "vyma6-lqqrz"; # cspell:disable-line + path = "/home/richie/projects"; + devices = [ + "jeeves" + "rhapsody-in-green" + ]; fsWatcherEnabled = true; }; }; diff --git a/systems/rhapsody-in-green/configuration.nix b/systems/rhapsody-in-green/configuration.nix index d6fcd73..256ead9 100644 --- a/systems/rhapsody-in-green/configuration.nix +++ b/systems/rhapsody-in-green/configuration.nix @@ -89,15 +89,15 @@ "phone" "jeeves" ]; - "projects" = { - id = "vyma6-lqqrz"; # cspell:disable-line - path = "/home/richie/projects"; - devices = [ - "bob" - "jeeves" - ]; - fsWatcherEnabled = true; - }; + fsWatcherEnabled = true; + }; + "projects" = { + id = "vyma6-lqqrz"; # cspell:disable-line + path = "/home/richie/projects"; + devices = [ + "bob" + "jeeves" + ]; fsWatcherEnabled = true; }; };