From 52ff21789cb6547252e4a2e85bb0041091d8e1bc Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 21 Feb 2021 03:52:01 +0100 Subject: [PATCH] syncthing preview --- nixos/machines/apollo/configuration.nix | 1 - overlays/10-previews.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/apollo/configuration.nix b/nixos/machines/apollo/configuration.nix index e0c2120d..540698ee 100644 --- a/nixos/machines/apollo/configuration.nix +++ b/nixos/machines/apollo/configuration.nix @@ -109,7 +109,6 @@ in { group = "users"; user = "maralorn"; openDefaultPorts = true; - package = pkgs.syncthingNext; declarative = syncthing.declarativeWith [ "hera" ] "/home/maralorn/media" // { cert = pkgs.privatePath "syncthing/apollo/cert.pem"; diff --git a/overlays/10-previews.nix b/overlays/10-previews.nix index 765acc81..16e5ee1d 100644 --- a/overlays/10-previews.nix +++ b/overlays/10-previews.nix @@ -9,6 +9,7 @@ let in { laminar = laminarPkgs.laminar; syncthingNext = unstable.syncthing; + syncthing = unstable.syncthing; vimPlugins = unstable.vimPlugins; fzf = unstable.fzf; matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state;