aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-14 16:40:48 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-14 16:40:48 +0530
commit42df69164dbc74e5ddb54f5a7a01fd66260fef57 (patch)
treebc8b19c39df9edf16ca6827005b3d5e1ef564764 /flake.lock
parent58519ea7b12e8ad58c0f97d9636d30572a789b41 (diff)
downloadhomeserver-nixos-config-42df69164dbc74e5ddb54f5a7a01fd66260fef57.tar.gz
homeserver-nixos-config-42df69164dbc74e5ddb54f5a7a01fd66260fef57.zip
Switch to coredns + refactor dns hosts mapping into service + more refactor
Diffstat (limited to '')
-rw-r--r--flake.lock37
1 files changed, 0 insertions, 37 deletions
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"
}