Migration fork 2

This commit is contained in:
nyanloutre 2018-10-23 22:23:29 +02:00
parent 48cb9ae6b2
commit eb8db47758
3 changed files with 0 additions and 9 deletions

View File

@ -1,7 +0,0 @@
self: super:
let
unstable = import (fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz) {};
in
{
unstable-pkgs = unstable;
}

View File

@ -35,7 +35,6 @@
nixpkgs.overlays = [ nixpkgs.overlays = [
(import ../../overlays/riot-web.nix) (import ../../overlays/riot-web.nix)
(import ../../overlays/unstable_pkgs.nix)
]; ];
services.openssh = { services.openssh = {

View File

@ -212,7 +212,6 @@ in
matrix-synapse = { matrix-synapse = {
enable = true; enable = true;
package = pkgs.unstable-pkgs.matrix-synapse;
enable_registration = true; enable_registration = true;
server_name = "nyanlout.re"; server_name = "nyanlout.re";
listeners = [ listeners = [