mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nuc: disable dnssec as it breaks matrix
This commit is contained in:
parent
f0cae501f9
commit
7a8e304ca1
3 changed files with 14 additions and 10 deletions
|
@ -27,6 +27,9 @@ in
|
|||
enable = true;
|
||||
configureRedisLocally = true;
|
||||
extraConfigFiles = [ config.age.secrets."matrix/shared".path ];
|
||||
log = {
|
||||
root.level = "WARNING";
|
||||
};
|
||||
|
||||
settings = {
|
||||
server_name = config.networking.domain;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue