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