1
0
Fork 0
forked from DGNum/lab-infra

fix(dns01): dns-nix source declaration

This commit is contained in:
Constantin Gierczak--Galle 2024-11-22 15:28:27 +01:00
parent 4291773b3e
commit 73e558e02b
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
{ dns, ... }:
{ sources, ... }:
let dns = import sources.dns-nix {};
in
{
services.nsd = {
enable = true;

View file

@ -30,7 +30,7 @@
"url": "https://api.github.com/repos/nix-community/disko/tarball/v1.8.0",
"hash": "06ifryv6rw25cz8zda4isczajdgrvcl3aqr145p8njxx5jya2d77"
},
"dns.nix": {
"dns-nix": {
"type": "GitRelease",
"repository": {
"type": "GitHub",