Take 'name' argument
This commit is contained in:
parent
8cf59bff47
commit
9ec7b65075
|
@ -3,7 +3,7 @@
|
|||
with lib;
|
||||
let
|
||||
|
||||
networkHostOpts = {
|
||||
networkHostOpts = { name, ... }: {
|
||||
options = with types; {
|
||||
hostname = mkOption {
|
||||
type = str;
|
||||
|
|
Loading…
Reference in New Issue