home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit b894303b54cd831773824efea22e27d54af1b24d
parent 4d8fa03f3150c2604e2a5295d7cf650bee24588c
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 29 Sep 2023 11:33:16 +0200

syncthing: add desktop/notes

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/services/syncthing.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/systems/modules/services/syncthing.nix b/systems/modules/services/syncthing.nix @@ -63,6 +63,11 @@ in id = "7dshg-r8zr6"; devices = deviceNames; }; + "/home/vincent/desktop/notes" = { + label = "notes"; + id = "q2eld-jylbu"; + devices = deviceNames; + }; "/home/vincent/desktop/org" = { label = "org"; id = "sjpsr-xfwdu";