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