mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
nixos: fix typo in networking.interfaces.<name?>.virtual (#18548)
This commit is contained in:
parent
06b2897c40
commit
896b2916ab
@ -231,7 +231,7 @@ let
|
||||
type = types.bool;
|
||||
description = ''
|
||||
Whether this interface is virtual and should be created by tunctl.
|
||||
This is mainly useful for creating bridges between a host a virtual
|
||||
This is mainly useful for creating bridges between a host and a virtual
|
||||
network such as VPN or a virtual machine.
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user