mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 20:09:07 +01:00
nameservers/overlay: Switch from unbound to nsd
This commit is contained in:
parent
c283f4a047
commit
84f6206a39
4 changed files with 99 additions and 26 deletions
|
|
@ -57,6 +57,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
dns = {
|
||||
url = "github:kirelagin/dns.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
radicale-birthday-calendar = {
|
||||
url = "github:iBigQ/radicale-birthday-calendar";
|
||||
flake = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue