mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
matrix: init
This commit is contained in:
parent
fdcfeb524c
commit
78a47101ac
7 changed files with 153 additions and 25 deletions
|
@ -9,7 +9,7 @@
|
|||
services.lldpd.enable = true;
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnssec = "true";
|
||||
# dnssec = "true";
|
||||
fallbackDns = [
|
||||
"9.9.9.9"
|
||||
"149.112.112.112"
|
||||
|
@ -17,11 +17,11 @@
|
|||
"2620:fe::9"
|
||||
];
|
||||
# make room for the adguard dns
|
||||
extraConfig = ''
|
||||
[Resolve]
|
||||
DNS=127.0.0.1
|
||||
DNSStubListener=no
|
||||
'';
|
||||
# extraConfig = ''
|
||||
# [Resolve]
|
||||
# DNS=127.0.0.1
|
||||
# DNSStubListener=no
|
||||
# '';
|
||||
};
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue