From c0b0eddbe55048a4ed77d2f2e7b85fd49bdaad6a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 30 Dec 2024 18:52:21 +0100 Subject: [PATCH] Set the default `systemd-networkd` networks properly --- lib/modules/programs/systemd-networkd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/modules/programs/systemd-networkd.nix b/lib/modules/programs/systemd-networkd.nix index 10be7133..50a6f48d 100644 --- a/lib/modules/programs/systemd-networkd.nix +++ b/lib/modules/programs/systemd-networkd.nix @@ -11,6 +11,7 @@ in networks = mkOption { type = types.attrsOf types.attrs; description = "The networks to configure."; + default = { }; }; networkFiles = mkOption {