improve doc

This commit is contained in:
Daniel Barlow 2023-08-16 19:44:28 +01:00
parent 625146d821
commit a019e59a80
2 changed files with 4 additions and 0 deletions

View file

@ -20,10 +20,12 @@ in {
user = mkOption {
type = types.str;
default = "dnsmasq";
description = "Specifies the unix user which dnsmasq will run as" ;
};
group = mkOption {
type = types.str;
default = "dnsmasq";
description = "Specifies the unix group which dnsmasq will run as" ;
};
resolvconf = mkOption {
type = types.nullOr liminix.lib.types.service;