nixos/nspawn-container: fix typo in virtualisation.allInterfaces
This commit is contained in:
@@ -114,7 +114,7 @@ in
|
||||
type = types.attrsOf interfaceType;
|
||||
readOnly = true;
|
||||
description = ''
|
||||
All network interfaces for the VM. Combines
|
||||
All network interfaces for the container. Combines
|
||||
{option}`virtualisation.vlans` and {option}`virtualisation.interfaces`.
|
||||
'';
|
||||
default = vlansNumbered // cfg.interfaces;
|
||||
|
||||
Reference in New Issue
Block a user