forked from nyanloutre/nixos-config
unstable channel in a package
This commit is contained in:
parent
9b63f65e93
commit
267178d224
2 changed files with 2 additions and 3 deletions
|
@ -3,6 +3,7 @@ let
|
|||
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
||||
in
|
||||
{
|
||||
unstable-pkgs = unstable;
|
||||
jackett = unstable.jackett;
|
||||
radarr = unstable.radarr;
|
||||
sonarr = unstable.sonarr;
|
||||
|
|
|
@ -9,8 +9,6 @@ let
|
|||
pgmanage_port = 52347;
|
||||
max_port = 52348;
|
||||
musique_port = 52349;
|
||||
|
||||
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
|
||||
in
|
||||
|
||||
{
|
||||
|
@ -214,7 +212,7 @@ in
|
|||
|
||||
matrix-synapse = {
|
||||
enable = true;
|
||||
package = unstable.matrix-synapse;
|
||||
package = pkgs.unstable-pkgs.matrix-synapse;
|
||||
enable_registration = true;
|
||||
server_name = "nyanlout.re";
|
||||
listeners = [
|
||||
|
|
Loading…
Add table
Reference in a new issue