From 12507c350f6206ec11ccf7c280619199dcb30350 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Tue, 10 Dec 2024 00:39:27 +0300 Subject: [PATCH] Dasha: Enable syncthing. --- host/x86_64-linux/dasha/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/host/x86_64-linux/dasha/default.nix b/host/x86_64-linux/dasha/default.nix index d0cb1965..da30a008 100644 --- a/host/x86_64-linux/dasha/default.nix +++ b/host/x86_64-linux/dasha/default.nix @@ -18,6 +18,10 @@ gaming = true; work = true; }; + syncthing = { + enable = true; + user = "dasha"; + }; sway.extraConfig = [ "output DP-1 pos 0 0" "output DP-2 pos 1920 0"