diff options
author | stuebinm | 2024-03-10 23:24:31 +0100 |
---|---|---|
committer | stuebinm | 2024-03-10 23:24:31 +0100 |
commit | 1af7f4da6145aa2e2a7695f86349fe5cc61d855b (patch) | |
tree | 0347b430328cf9621226915a110e93c8991982a2 /common | |
parent | ca98c4ba1a012feff05e2583e44f7ab93b937e7a (diff) |
abbenay: run a hydra instance for fun
Diffstat (limited to 'common')
-rw-r--r-- | common/desktop.nix | 2 |
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"; |