Some dns changes

This commit is contained in:
jopejoe1 2023-03-06 21:46:14 +01:00
parent 20855e7add
commit ce3c582063
5 changed files with 64 additions and 3 deletions

View file

@ -73,6 +73,12 @@
inputs.darwin.follows = "nix-darwin";
};
dns = {
url = github:kirelagin/dns.nix;
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
# Dependcies
flake-compat = {
url = github:edolstra/flake-compat;