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;