commit 4a95153c29a334ff39afb256f966d98bb4b5dc24
parent f8a7a37c104639288e74f0b3a84f91528e8e9366
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 21 May 2025 13:04:45 +0200
parent f8a7a37c104639288e74f0b3a84f91528e8e9366
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 21 May 2025 13:04:45 +0200
flake: add `dnsNix`
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/config/nixosModules.nix b/config/nixosModules.nix @@ -5,6 +5,7 @@ pkgs, config, hostConfig, + dnsNix, ... }: @@ -52,6 +53,7 @@ let pkgs config hostConfig + dnsNix ; }; };
diff --git a/flake.lock b/flake.lock @@ -107,6 +107,26 @@ "type": "github" } }, + "dnsNix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1742208881, + "narHash": "sha256-cDpAvUUpnKs5VquASDv1/0b7zbV4ojbkNeBtUhbYI60=", + "ref": "refs/heads/master", + "rev": "fee803f269899172700972c9a3815e52aa741632", + "revCount": 77, + "type": "git", + "url": "https://git.katja.wtf/dns.nix" + }, + "original": { + "type": "git", + "url": "https://git.katja.wtf/dns.nix" + } + }, "firefoxGnomeTheme": { "flake": false, "locked": { @@ -463,6 +483,7 @@ "deploy-rs": "deploy-rs", "disko": "disko", "diskoUnstable": "diskoUnstable", + "dnsNix": "dnsNix", "firefoxGnomeTheme": "firefoxGnomeTheme", "flakeCompat": "flakeCompat", "flakeParts": "flakeParts",
diff --git a/flake.nix b/flake.nix @@ -139,6 +139,9 @@ nixStd.url = "github:chessai/nix-std"; + dnsNix.url = "git+https://git.katja.wtf/dns.nix"; + dnsNix.inputs.nixpkgs.follows = "nixpkgs"; + haumea.url = "git+https://git.katja.wtf/haumea"; haumea.inputs.nixpkgs.follows = "nixpkgs";