diff options
| author | Mel <einebeere@gmail.com> | 2024-10-27 22:05:25 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-10-27 22:05:25 +0100 |
| commit | 2fc26761a1e93e6212845ebd005eab71da704d6e (patch) | |
| tree | 2e2f5666ba315c9d3ba038e7e0617171268b8262 /flake.lock | |
| parent | 1e0eca0bcbfc338a585842c65c4b48d62d79728d (diff) | |
| download | network-2fc26761a1e93e6212845ebd005eab71da704d6e.tar.zst network-2fc26761a1e93e6212845ebd005eab71da704d6e.zip | |
Add global dns-blocking dnsmasq service
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock index ad13e17..66c938b 100644 --- a/flake.lock +++ b/flake.lock @@ -68,12 +68,29 @@ "type": "github" } }, + "oisd": { + "flake": false, + "locked": { + "lastModified": 1729966322, + "narHash": "sha256-3Qnz98SRzzFZ8n5oKcpsW4PqGHkfk+Ef+5WKxeY68BI=", + "owner": "sjhgvr", + "repo": "oisd", + "rev": "7634ebcc1036111300e5f0436cbea18c281a9151", + "type": "github" + }, + "original": { + "owner": "sjhgvr", + "repo": "oisd", + "type": "github" + } + }, "root": { "inputs": { "flake-compat": "flake-compat", "home-manager": "home-manager", "nixpkgs": "nixpkgs", - "nixpkgs-unstable": "nixpkgs-unstable" + "nixpkgs-unstable": "nixpkgs-unstable", + "oisd": "oisd" } } }, |
