summaryrefslogtreecommitdiff
path: root/common/desktop.nix
diff options
context:
space:
mode:
authorstuebinm2024-03-10 23:24:31 +0100
committerstuebinm2024-03-10 23:24:31 +0100
commit1af7f4da6145aa2e2a7695f86349fe5cc61d855b (patch)
tree0347b430328cf9621226915a110e93c8991982a2 /common/desktop.nix
parentca98c4ba1a012feff05e2583e44f7ab93b937e7a (diff)
abbenay: run a hydra instance for fun
Diffstat (limited to '')
-rw-r--r--common/desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/desktop.nix b/common/desktop.nix
index 89bd86d..158ce0b 100644
--- a/common/desktop.nix
+++ b/common/desktop.nix
@@ -34,7 +34,7 @@
nix.settings.trusted-users = [ "root" "@wheel" ];
services.syncthing = {
- enable = true;
+ enable = false;
user = "stuebinm";
guiAddress = "syncthing.localhost:3000";
dataDir = "/home/stuebinm/syncthing";