From 42df69164dbc74e5ddb54f5a7a01fd66260fef57 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jun 2025 16:40:48 +0530 Subject: Switch to coredns + refactor dns hosts mapping into service + more refactor --- flake.lock | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index f1c7fdc..ea98cc1 100644 --- a/flake.lock +++ b/flake.lock @@ -1,41 +1,5 @@ { "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, @@ -69,7 +33,6 @@ }, "root": { "inputs": { - "dns": "dns", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs" } -- cgit v1.3.1