mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
Some dns changes
This commit is contained in:
parent
20855e7add
commit
ce3c582063
5 changed files with 64 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue