Skip to content

uchar-org/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efael - server nixos

how to use:

  1. put as input in your flakes
_: {
  inputs = {
    efael-server.url = "github:efael/server-nix";
  };

  # ...
}
  1. import nixos module inside configuration.nix and use
{ inputs, ... }: {
  imports = [
    inputs.efael-server.nixosModules.default;
  ];

  services.efael-server = {
    enable = true;
    domains.main = "efael.net";
    secrets.realm = "i am super secret key";
    keys = {
      call = ./call.key;
      livekit = ./livekit.key;
    };
  };
}

About

Matrix server nixified

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •  

Languages