X-Git-Url: http://git.scottworley.com/syncthing-autoregister/blobdiff_plain/d209177ecdc002bc62f0844ffad4853d776436da..refs/heads/master:/README diff --git a/README b/README index 64b59d0..12e0d8f 100644 --- a/README +++ b/README @@ -11,12 +11,10 @@ Modify in-place a nix module that configures syncthing device ids. This file ca { "services" = { "syncthing" = { - "declarative" = { - "devices" = { - "desktop" = { - "id" = - "1234567-89ABCDE-FGHIJKL-MNOPQRS-TUVWXYZ-0123456-789ABCD-EFGHIJK"; - }; + "devices" = { + "desktop" = { + "id" = + "1234567-89ABCDE-FGHIJKL-MNOPQRS-TUVWXYZ-0123456-789ABCD-EFGHIJK"; }; }; }; @@ -31,16 +29,14 @@ Then, later, on another machine: { "services" = { "syncthing" = { - "declarative" = { - "devices" = { - "desktop" = { - "id" = - "1234567-89ABCDE-FGHIJKL-MNOPQRS-TUVWXYZ-0123456-789ABCD-EFGHIJK"; - }; - "laptop" = { - "id" = - "1111111-2222222-3333333-4444444-5555555-6666666-7777777-8888888"; - }; + "devices" = { + "desktop" = { + "id" = + "1234567-89ABCDE-FGHIJKL-MNOPQRS-TUVWXYZ-0123456-789ABCD-EFGHIJK"; + }; + "laptop" = { + "id" = + "1111111-2222222-3333333-4444444-5555555-6666666-7777777-8888888"; }; }; };