mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(utsuho): dnsmasq
This commit is contained in:
parent
0fbd142a16
commit
6ad465e779
17 changed files with 337 additions and 43 deletions
|
|
@ -12,6 +12,11 @@ in {
|
|||
nftables.enable = true;
|
||||
domain = mkDefault domain;
|
||||
hostName = mkOverride 25 name;
|
||||
nameservers' = [
|
||||
#{ address = "8.8.8.8"; host = "dns.google"; }
|
||||
{ address = "1.1.1.1"; host = "cloudflare-dns.com"; }
|
||||
{ address = "1.0.0.1"; host = "cloudflare-dns.com"; }
|
||||
];
|
||||
};
|
||||
|
||||
# work around https://github.com/NixOS/nixpkgs/issues/132646
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue