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 = {
|
||||
enable = true;
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue