feat: add filters and rewrites to adguardhome

This commit is contained in:
oddlama 2024-01-11 20:17:31 +01:00
parent a44f73d3b0
commit 8876f3076e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 74 additions and 48 deletions

66
flake.lock generated
View file

@ -331,10 +331,10 @@
"devshell_3": {
"inputs": {
"nixpkgs": [
"extra-modules",
"nixos-extra-modules",
"nixpkgs"
],
"systems": "systems_6"
"systems": "systems_7"
},
"locked": {
"lastModified": 1701787589,
@ -394,32 +394,6 @@
"type": "github"
}
},
"extra-modules": {
"inputs": {
"devshell": "devshell_3",
"flake-utils": [
"flake-utils"
],
"lib-net": "lib-net",
"nixpkgs": [
"nixpkgs"
],
"pre-commit-hooks": "pre-commit-hooks_3"
},
"locked": {
"lastModified": 1704938286,
"narHash": "sha256-/uv+N2v5ixqYz7SG8R5GWOTdrNKboHEp85BR5Jdz6qE=",
"owner": "oddlama",
"repo": "nixos-extra-modules",
"rev": "c55f465ba1f369852ab4122a9fa42c85b4a571de",
"type": "github"
},
"original": {
"owner": "oddlama",
"repo": "nixos-extra-modules",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
@ -630,7 +604,7 @@
},
"flake-utils_4": {
"inputs": {
"systems": "systems_7"
"systems": "systems_6"
},
"locked": {
"lastModified": 1701680307,
@ -743,7 +717,7 @@
"gitignore_3": {
"inputs": {
"nixpkgs": [
"extra-modules",
"nixos-extra-modules",
"pre-commit-hooks",
"nixpkgs"
]
@ -994,6 +968,32 @@
"type": "github"
}
},
"nixos-extra-modules": {
"inputs": {
"devshell": "devshell_3",
"flake-utils": [
"flake-utils"
],
"lib-net": "lib-net",
"nixpkgs": [
"nixpkgs"
],
"pre-commit-hooks": "pre-commit-hooks_3"
},
"locked": {
"lastModified": 1704938286,
"narHash": "sha256-/uv+N2v5ixqYz7SG8R5GWOTdrNKboHEp85BR5Jdz6qE=",
"owner": "oddlama",
"repo": "nixos-extra-modules",
"rev": "c55f465ba1f369852ab4122a9fa42c85b4a571de",
"type": "github"
},
"original": {
"owner": "oddlama",
"repo": "nixos-extra-modules",
"type": "github"
}
},
"nixos-generators": {
"inputs": {
"nixlib": "nixlib",
@ -1271,12 +1271,12 @@
"inputs": {
"flake-compat": "flake-compat_4",
"flake-utils": [
"extra-modules",
"nixos-extra-modules",
"flake-utils"
],
"gitignore": "gitignore_3",
"nixpkgs": [
"extra-modules",
"nixos-extra-modules",
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable_3"
@ -1328,12 +1328,12 @@
"devshell": "devshell_2",
"disko": "disko",
"elewrap": "elewrap",
"extra-modules": "extra-modules",
"flake-utils": "flake-utils_4",
"home-manager": "home-manager",
"impermanence": "impermanence",
"microvm": "microvm",
"nix-index-database": "nix-index-database",
"nixos-extra-modules": "nixos-extra-modules",
"nixos-generators": "nixos-generators",
"nixos-hardware": "nixos-hardware",
"nixos-nftables-firewall": "nixos-nftables-firewall",