diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-02-11 12:15:06 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-02-11 12:15:06 +0100 |
| commit | c5ce00c6ffbf3be933c28b5c0d34afb987da26c3 (patch) | |
| tree | 3742d06c91989da767016343caee20855864da0d /ivi | |
| parent | 07b74536f26966212d21e2eb7553bcba4a8153f7 (diff) | |
starting to work on syncthing maco
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; |
