Set the default systemd-networkd
networks properly
This commit is contained in:
parent
63c4f815c5
commit
c0b0eddbe5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ in
|
||||||
networks = mkOption {
|
networks = mkOption {
|
||||||
type = types.attrsOf types.attrs;
|
type = types.attrsOf types.attrs;
|
||||||
description = "The networks to configure.";
|
description = "The networks to configure.";
|
||||||
|
default = { };
|
||||||
};
|
};
|
||||||
|
|
||||||
networkFiles = mkOption {
|
networkFiles = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue