Accidentally quoted import.
This commit is contained in:
parent
47389f8486
commit
ec0ca249fe
1 changed files with 1 additions and 3 deletions
|
@ -57,9 +57,7 @@
|
||||||
|
|
||||||
services.bind = {
|
services.bind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = import ./config/bind.nix {inherit config;};
|
||||||
import ./config/bind.nix {inherit config;};
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
Reference in a new issue