RM mailserver
This commit is contained in:
parent
678079c732
commit
8eb6f9ce60
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
server_name = "henryhiles.com";
|
server_name = "henryhiles.com";
|
||||||
database.backend = "rocksdb";
|
database.backend = "rocksdb";
|
||||||
federation.max_concurrent_requests = 10000;
|
federation.max_concurrent_requests = 99999;
|
||||||
|
|
||||||
server_discovery = {
|
server_discovery = {
|
||||||
server.authority = "${domain}:443";
|
server.authority = "${domain}:443";
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
agenix-cli.url = "github:cole-h/agenix-cli";
|
agenix-cli.url = "github:cole-h/agenix-cli";
|
||||||
grapevine.url = "gitlab:matrix/grapevine?host=gitlab.computer.surgery";
|
grapevine.url = "gitlab:matrix/grapevine?host=gitlab.computer.surgery";
|
||||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
|
|
||||||
agenix = {
|
agenix = {
|
||||||
url = "github:ryantm/agenix";
|
url = "github:ryantm/agenix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue