Try Jitsi out
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
../nixos-apps/ewanick.com.nix
|
||||
../nixos-apps/git.ewanick.com.nix
|
||||
../nixos-apps/crueltysquad.com.nix
|
||||
../nixos-apps/jitsi.crueltysquad.com.nix
|
||||
../nixos-apps/cutesealfanpage.love.nix
|
||||
../nixos-apps/fancytypist.com.nix
|
||||
];
|
||||
@@ -87,10 +88,10 @@
|
||||
# Enable Nix-ld for remote VSCode SSH to work
|
||||
programs.nix-ld.enable = true;
|
||||
environment.variables = {
|
||||
NIX_LD_LIBRARY_PATH = lib.makeLibraryPath [
|
||||
pkgs.stdenv.cc.cc
|
||||
];
|
||||
NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
||||
NIX_LD_LIBRARY_PATH = lib.makeLibraryPath [
|
||||
pkgs.stdenv.cc.cc
|
||||
];
|
||||
NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
||||
};
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
||||
Reference in New Issue
Block a user