inline method
This commit is contained in:
parent
d40ada4251
commit
21f2320d86
@ -32,14 +32,13 @@ let
|
|||||||
int = builtins.toJSON;
|
int = builtins.toJSON;
|
||||||
set = (o: "output(${builtins.toJSON o.service}, ${builtins.toJSON o.path})");
|
set = (o: "output(${builtins.toJSON o.service}, ${builtins.toJSON o.path})");
|
||||||
}.${builtins.typeOf o}) o;
|
}.${builtins.typeOf o}) o;
|
||||||
format_value = n : v:
|
|
||||||
"${n}={{ ${literal_or_output v} }}";
|
|
||||||
conf =
|
conf =
|
||||||
(writeText "hostapd.conf.in"
|
(writeText "hostapd.conf.in"
|
||||||
((concatStringsSep
|
((concatStringsSep
|
||||||
"\n"
|
"\n"
|
||||||
(mapAttrsToList
|
(mapAttrsToList
|
||||||
format_value
|
(n : v : "${n}={{ ${literal_or_output v} }}")
|
||||||
attrs)) + "\n"));
|
attrs)) + "\n"));
|
||||||
service = longrun {
|
service = longrun {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
Loading…
Reference in New Issue
Block a user