dns: switch to dns.nix

This commit is contained in:
Rouven Seifert 2024-04-17 22:04:08 +02:00
parent eacec7d6ff
commit d14f499783
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 87 additions and 47 deletions

View file

@ -18,9 +18,12 @@
impermanence.url = "github:nix-community/impermanence";
home-manager = {
inputs = {
nixpkgs.follows = "nixpkgs";
};
inputs.nixpkgs.follows = "nixpkgs";
};
dns = {
url = "github:nix-community/dns.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-colors.url = "github:Misterio77/nix-colors";
@ -56,6 +59,7 @@
{ self
, nixpkgs
, home-manager
, dns
, nix-index-database
, agenix
, impermanence