move mkHiddenService to lib
This commit is contained in:
parent
a26ed03d77
commit
a344ae95c9
3 changed files with 12 additions and 14 deletions
|
|
@ -65,4 +65,9 @@ let self = {
|
|||
type = types.str;
|
||||
default = "exec";
|
||||
};
|
||||
|
||||
mkHiddenService = map: {
|
||||
map = [ map ];
|
||||
version = 3;
|
||||
};
|
||||
}; in self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue