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 = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
import ./config/bind.nix {inherit config;};
|
||||
'';
|
||||
extraConfig = import ./config/bind.nix {inherit config;};
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
Reference in a new issue