mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
dns: switch to dns.nix
This commit is contained in:
parent
eacec7d6ff
commit
d14f499783
3 changed files with 87 additions and 47 deletions
10
flake.nix
10
flake.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue