diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-16 20:01:46 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-16 20:01:46 -0300 |
| commit | 5852dfbbf00d8f848dc238e9c05a4a2ec7d0e69b (patch) | |
| tree | 7d7063595b1dbc08afc0f1976079cd3c31b7576a | |
| parent | scripts/cron/deliver-my-enqueued-emails.sh: Use find over for loop (diff) | |
| download | dotfiles-5852dfbbf00d8f848dc238e9c05a4a2ec7d0e69b.tar.gz dotfiles-5852dfbbf00d8f848dc238e9c05a4a2ec7d0e69b.tar.xz | |
Launch Syncthing manually instead on using the system service
| -rw-r--r-- | guix/os.scm | 1 | ||||
| -rw-r--r-- | nixos/configuration.nix | 8 |
2 files changed, 2 insertions, 7 deletions
diff --git a/guix/os.scm b/guix/os.scm index 7361cd06..fc62b6af 100644 --- a/guix/os.scm +++ b/guix/os.scm @@ -33,6 +33,7 @@ git-open borg gnupg + syncthing ;; CLI tools groff diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 22ce226a..557fb964 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -136,6 +136,7 @@ in { mr borgbackup fossil + syncthing ## CLI tools groff @@ -316,13 +317,6 @@ in { xdg.portal.enable = true; services = { - syncthing = { - enable = true; - user = "andreh"; - group = "users"; - dataDir = "/home/andreh/.syncthing"; - }; - flatpak.enable = localConfiguration.enableFlatpak; ssmtp = { enable = true; |
