Try Jitsi out
This commit is contained in:
parent
b27d9e3c26
commit
65e397b4d7
2 changed files with 41 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue