Take 'name' argument

This commit is contained in:
niten 2023-10-06 10:41:08 -07:00
parent 8cf59bff47
commit 9ec7b65075
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
with lib;
let
networkHostOpts = {
networkHostOpts = { name, ... }: {
options = with types; {
hostname = mkOption {
type = str;