mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove agenix because i cant get it to work (2)
This commit is contained in:
parent
302ee11e53
commit
8b5787e109
3 changed files with 5 additions and 11 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, config, agenix, ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
let
|
||||
fqdn = "liv.town";
|
||||
baseUrl = "https://${fqdn}";
|
||||
|
|
@ -15,8 +15,6 @@ in {
|
|||
defaults.email = "ahwx@ahwx.org";
|
||||
};
|
||||
|
||||
age.secrets.matrix-synapse.file = ../../../secrets/matrix-synapse.age;
|
||||
|
||||
services = {
|
||||
# postgresql.enable = true;
|
||||
# postgresql.initialScript = pkgs.writeText "synapse-init.sql" ''
|
||||
|
|
@ -118,7 +116,7 @@ in {
|
|||
server_name = "${fqdn}";
|
||||
public_baseurl = "https://${fqdn}";
|
||||
enable_registration = false;
|
||||
extraConfig = config.age.secrets.matrix-synapse.file;
|
||||
extraConfig = ./secrets.yaml;
|
||||
listeners = [
|
||||
{ port = 8008;
|
||||
bind_addresses = [ "::1" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue