Set the default systemd-networkd networks properly

This commit is contained in:
Manuel Thalmann 2024-12-30 18:52:21 +01:00
parent 63c4f815c5
commit c0b0eddbe5

View file

@ -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 {