krebs types += tinc-pubkey
This commit is contained in:
parent
9d16ea6145
commit
20afe7b9ae
@ -111,7 +111,7 @@ types // rec {
|
||||
);
|
||||
};
|
||||
pubkey = mkOption {
|
||||
type = str;
|
||||
type = tinc-pubkey;
|
||||
};
|
||||
};
|
||||
}));
|
||||
@ -214,6 +214,8 @@ types // rec {
|
||||
};
|
||||
};
|
||||
|
||||
tinc-pubkey = str;
|
||||
|
||||
krebs.file-location = types.submodule {
|
||||
options = {
|
||||
# TODO user
|
||||
|
Loading…
Reference in New Issue
Block a user