format all
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
{ config, pkgs, lib, inputs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let cfg = config.custom.services.dnsmasq;
|
||||
in {
|
||||
let
|
||||
cfg = config.custom.services.dnsmasq;
|
||||
in
|
||||
{
|
||||
options.custom.services.dnsmasq = {
|
||||
enable = mkEnableOption "Enables dnsmaq service";
|
||||
server = mkOption { type = types.listOf types.string; };
|
||||
|
||||
Reference in New Issue
Block a user