mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-09 18:30:01 +01:00
prep main darwin config
This commit is contained in:
parent
50da7ffff8
commit
523aaff701
32 changed files with 423 additions and 142 deletions
13
modules/common/dns-options.nix
Normal file
13
modules/common/dns-options.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ lib, options, ... }: let
|
||||
inherit (lib) mkOption;
|
||||
in {
|
||||
options.dnsServers = mkOption {
|
||||
default = [
|
||||
"45.90.28.0#365fed.dns.nextdns.io"
|
||||
"2a07:a8c0::#365fed.dns.nextdns.io"
|
||||
"45.90.30.0#365fed.dns.nextdns.io"
|
||||
"2a07:a8c1::#365fed.dns.nextdns.io"
|
||||
"100.100.100.100#shorthair-wall.ts.net"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue