commit c09cc22d5499efb8208915f692aed05185dfa8ae
parent 7c1a7082c9cdbb2b2beeaa4a54d88902ac950c0e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 19:42:12 +0100
parent 7c1a7082c9cdbb2b2beeaa4a54d88902ac950c0e
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 19:42:12 +0100
programs/syncthing: add todo
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/configurations/programs/syncthing.nix b/configurations/programs/syncthing.nix @@ -2,9 +2,11 @@ let devices = { + #todo: find something to manage secrets }; isaDevices = { + #todo: find something to manage secrets }; isCurrentHost = n: v: n != config.networking.hostName;