forked from DGNum/infrastructure
feat(meta): Makes it mandatory to declare gateways for an interface
The list might still be empty when using DHCP
This commit is contained in:
parent
02c573c526
commit
73ddca82a8
1 changed files with 0 additions and 3 deletions
|
@ -169,7 +169,6 @@ in
|
|||
|
||||
gateways = mkOption {
|
||||
type = listOf str;
|
||||
default = [ ];
|
||||
description = ''
|
||||
List of gateways used by the interface.
|
||||
'';
|
||||
|
@ -251,6 +250,4 @@ in
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
config = { };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue