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.nix | |
| 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.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 82f0f09..c0adac4 100644 --- a/flake.nix +++ b/flake.nix @@ -10,6 +10,11 @@ }; flake-compat.url = "github:edolstra/flake-compat"; + + oisd = { + url = "github:sjhgvr/oisd"; + flake = false; + }; }; outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, home-manager, ... }: |
