From e6b171f9f1d975ffe34e7a34743b5e92e8593847 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 11 Jun 2025 13:57:24 +0530 Subject: Add service router + nsd server --- flake.lock | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 1b18fec..6d6d850 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,41 @@ { "nodes": { + "dns": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1737653493, + "narHash": "sha256-qTbv8Pm9WWF63M5Fj0Od9E54/lsbMSQUBHw/s30eFok=", + "owner": "kirelagin", + "repo": "dns.nix", + "rev": "96e548ae8bd44883afc5bddb9dacd0502542276d", + "type": "github" + }, + "original": { + "owner": "kirelagin", + "repo": "dns.nix", + "type": "github" + } + }, + "flake-utils": { + "locked": { + "lastModified": 1614513358, + "narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5466c5bbece17adaab2d82fae80b46e807611bf3", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixos-hardware": { "locked": { "lastModified": 1749195551, @@ -33,6 +69,7 @@ }, "root": { "inputs": { + "dns": "dns", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs" } -- cgit v1.3.1