Compare commits

...

2 Commits

Author SHA1 Message Date
Sandro - aa0f8b1a5a
dnscache: activate kresd extra features 2024-04-18 22:35:25 +02:00
Sandro - 19f8010560
flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs':
    'github:SuperSandro2000/nixpkgs/eacb5e3139ae31cdb8af9b33d5c53ab3ea61527f' (2024-02-08)
  → 'github:SuperSandro2000/nixpkgs/5b8aa4fcd72d3e696ede8bfdbbe28e2fd52d23a0' (2024-04-18)
• Updated input 'openwrt':
    'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=9e41117953e31ffe355416e962ecf0e000dc594d' (2024-02-07)
  → 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05&rev=9b33b74ef71225442361d5192d3a727be212c3cd' (2024-04-18)
• Updated input 'openwrt-imagebuilder':
    'github:astro/nix-openwrt-imagebuilder/50b6b5c5ae73db5d43c38371d0e6ae4221c68e35' (2024-02-08)
  → 'github:astro/nix-openwrt-imagebuilder/f206bd647a53866c62920a0cfc245a2e358c3374' (2024-04-18)
2024-04-18 22:35:25 +02:00
2 changed files with 11 additions and 10 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1707428933,
"narHash": "sha256-cWaEdo1jvtToWp85HkwOX55KT80LKOUZe2gyJjdQbWU=",
"lastModified": 1713472361,
"narHash": "sha256-xx0PAuX3kjwSY/FPHlTyDjME7AapIdlSKmOpGvMZXDM=",
"owner": "SuperSandro2000",
"repo": "nixpkgs",
"rev": "eacb5e3139ae31cdb8af9b33d5c53ab3ea61527f",
"rev": "5b8aa4fcd72d3e696ede8bfdbbe28e2fd52d23a0",
"type": "github"
},
"original": {
@ -19,11 +19,11 @@
"openwrt": {
"flake": false,
"locked": {
"lastModified": 1707293970,
"narHash": "sha256-15nOXde3dZCfd5FC4G41GUGYYIp+XsqO8u1jdH0Kx7E=",
"lastModified": 1713442482,
"narHash": "sha256-OAcv1qiM2V6wPQm4Tz2QnnDpw34pifG6QRDZea7AP9o=",
"ref": "openwrt-23.05",
"rev": "9e41117953e31ffe355416e962ecf0e000dc594d",
"revCount": 58203,
"rev": "9b33b74ef71225442361d5192d3a727be212c3cd",
"revCount": 58296,
"type": "git",
"url": "https://git.openwrt.org/openwrt/openwrt.git"
},
@ -40,11 +40,11 @@
]
},
"locked": {
"lastModified": 1707390688,
"narHash": "sha256-VO17PEkGAvi2e1jQxvUzYD5gl2f2I07txXJyKIEvZ9I=",
"lastModified": 1713465855,
"narHash": "sha256-36XUT3GfA30ZpC24s3YgUzTWseaoU6HXhkoOJ2zlR+w=",
"owner": "astro",
"repo": "nix-openwrt-imagebuilder",
"rev": "50b6b5c5ae73db5d43c38371d0e6ae4221c68e35",
"rev": "f206bd647a53866c62920a0cfc245a2e358c3374",
"type": "github"
},
"original": {

View File

@ -5,6 +5,7 @@ lib.mkIf config.site.hosts.${hostName}.services.dnscache.enable {
enable = true;
instances = 4;
listenPlain = [ "0.0.0.0:53" "[::0]:53" ];
package = pkgs.knot-resolver.override { extraFeatures = true; };
extraConfig = /* lua */ ''
modules = {
-- 'http', -- module 'cqueues' not found