Accidentally quoted import.

This commit is contained in:
Joseph Hanson 2024-04-29 13:01:13 -05:00
parent 47389f8486
commit ec0ca249fe
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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