macvtap mac address

This commit is contained in:
Sagar Ch 2024-06-11 22:48:45 +00:00
parent 0e6d764517
commit abedd98ac2
2 changed files with 5 additions and 3 deletions

View file

@ -151,7 +151,8 @@ with lib;
description = "Enable the MACVTap interface.";
};
mac = mkOption {
type = types.str;
type = types.nullOr types.str;
default = null;
description = "MAC address for the MACVTap interface.";
};
};