Migration fork 2
This commit is contained in:
parent
48cb9ae6b2
commit
eb8db47758
@ -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;
|
|
||||||
}
|
|
@ -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 = {
|
||||||
|
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user