🎨 nixpkgs-fmt

This commit is contained in:
2022-05-06 20:01:04 -04:00
parent be14e0698c
commit ea5ba53e3c
9 changed files with 187 additions and 164 deletions

View File

@ -2,7 +2,8 @@
with lib;
let cfg = config.walkah.coredns;
in {
in
{
options.walkah.coredns = {
enable = mkEnableOption "";
addr = mkOption {