mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: searx, nixpkgs update, vintagestory, katslime
This commit is contained in:
parent
840765fe8a
commit
658d0434c8
24 changed files with 719 additions and 276 deletions
|
|
@ -14,8 +14,5 @@ in {
|
|||
enable = false;
|
||||
domains = ["~."];
|
||||
dnssec = "false";
|
||||
extraConfig = ''
|
||||
DNSOverTLS=yes
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ in {
|
|||
};
|
||||
*/
|
||||
dns = {
|
||||
enable = mkDefault true;
|
||||
enable = mkDefault false;
|
||||
};
|
||||
monitoring = {
|
||||
enable = mkIf config.gensokyo-zone.access.local.enable (mkDefault true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue