forked from DGNum/lab-infra
fix(dns01): dns-nix source declaration
This commit is contained in:
parent
4291773b3e
commit
73e558e02b
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
{ dns, ... }:
|
{ sources, ... }:
|
||||||
|
|
||||||
|
let dns = import sources.dns-nix {};
|
||||||
|
in
|
||||||
{
|
{
|
||||||
services.nsd = {
|
services.nsd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
"url": "https://api.github.com/repos/nix-community/disko/tarball/v1.8.0",
|
"url": "https://api.github.com/repos/nix-community/disko/tarball/v1.8.0",
|
||||||
"hash": "06ifryv6rw25cz8zda4isczajdgrvcl3aqr145p8njxx5jya2d77"
|
"hash": "06ifryv6rw25cz8zda4isczajdgrvcl3aqr145p8njxx5jya2d77"
|
||||||
},
|
},
|
||||||
"dns.nix": {
|
"dns-nix": {
|
||||||
"type": "GitRelease",
|
"type": "GitRelease",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "GitHub",
|
"type": "GitHub",
|
||||||
|
@ -200,4 +200,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue