move mkHiddenService to lib

This commit is contained in:
Erik Arvstedt 2021-02-03 22:44:42 +01:00 committed by nixbitcoin
parent a26ed03d77
commit a344ae95c9
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
3 changed files with 12 additions and 14 deletions

View file

@ -65,4 +65,9 @@ let self = {
type = types.str;
default = "exec";
};
mkHiddenService = map: {
map = [ map ];
version = 3;
};
}; in self