mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: acme emails n stuff
This commit is contained in:
parent
0492215057
commit
fe310e218f
1 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
fqdn = "quack.social";
|
||||
fqdn = "liv.town";
|
||||
baseUrl = "https://${fqdn}";
|
||||
clientConfig."m.homeserver".base_url = baseUrl;
|
||||
serverConfig."m.server" = "${fqdn}:443";
|
||||
|
|
@ -10,9 +10,10 @@ let
|
|||
return 200 '${builtins.toJSON data}';
|
||||
'';
|
||||
in {
|
||||
#age.secrets.matrix-synapse = {
|
||||
# file = "../../../secrets/matrix-synapse.age";
|
||||
#};
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "ahwx@ahwx.org";
|
||||
};
|
||||
|
||||
services = {
|
||||
# postgresql.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue