aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-24 08:03:16 -0300
committerEuAndreh <eu@euandre.org>2020-08-24 08:03:16 -0300
commit35bcf081b5126b531f8d310fe6e34415516445fe (patch)
tree8161975d59a3dea3ce99b888b0a3ec158d3ca843
parentRemove matterbridge code (diff)
downloadserver-35bcf081b5126b531f8d310fe6e34415516445fe.tar.gz
server-35bcf081b5126b531f8d310fe6e34415516445fe.tar.xz
Remove matterbridge overlay
-rw-r--r--vps-configuration.env.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/vps-configuration.env.nix b/vps-configuration.env.nix
index 0fbc928..e938e27 100644
--- a/vps-configuration.env.nix
+++ b/vps-configuration.env.nix
@@ -30,10 +30,6 @@ let
prosodyPort = "$PROSODY_PORT";
prosodyHTTPPort = "$PROSODY_HTTP_PORT";
};
- pkgsUnstable = import (pkgs.fetchzip {
- url = "https://github.com/NixOS/nixpkgs/archive/40ae9e79dda88912d37d83a7a07bb5d863425c2a.zip";
- sha256 = "0basm2rib6kyxkf21r9hfp1zrbh8lf12anvsc8yq6jj045k3zp80";
- }) { };
staticSiteFromRepo = repoName:
pkgs.stdenv.mkDerivation {
name = repoName;
@@ -47,14 +43,6 @@ let
'';
};
in {
- nixpkgs = {
- overlays = [
- (self: super: {
- matterbridge = pkgsUnstable.matterbridge;
- })
- ];
- };
-
imports = [ ./hardware-configuration.nix ];
boot.loader.grub = {