diff options
Diffstat (limited to 'ivi')
| -rw-r--r-- | ivi/ivi.nix | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/ivi/ivi.nix b/ivi/ivi.nix index 4be5f03..a10423d 100644 --- a/ivi/ivi.nix +++ b/ivi/ivi.nix @@ -97,12 +97,6 @@ self: lib: with lib; let ]; machines = { - work = { - isDarwin = true; - profiles = [ - "core" - ]; - }; wsl = { isFake = true; profiles = [ @@ -132,6 +126,20 @@ self: lib: with lib; let "station" "email" ]; + syncthing = { + enable = true; + id = ""; + }; + }; + work = { + isDarwin = true; + profiles = [ + "core" + ]; + syncthing = { + enable = true; + id = "GR5MHK2-HDCFX4I-Y7JYKDN-EFTQFG6-24CXSHB-M5C6R3G-2GWX5ED-VEPAQA7"; + }; }; serber = { isServer = true; |
