From cdcb6d35ec474fc4c8be0b660e172b5a8d848e21 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 30 Sep 2025 17:14:23 +0200 Subject: [PATCH] nixos/postfix: fix typo in networksStyle option rename --- nixos/modules/services/mail/postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix index 2c93754b781b..9715c8645dc3 100644 --- a/nixos/modules/services/mail/postfix.nix +++ b/nixos/modules/services/mail/postfix.nix @@ -1250,7 +1250,7 @@ in [ "services" "postfix" "settings" "main" "mynetworks" ] ) (lib.mkRenamedOptionModule - [ "services" "postfix" "networkStyle" ] + [ "services" "postfix" "networksStyle" ] [ "services" "postfix" "settings" "main" "mynetworks_style" ] ) (lib.mkRenamedOptionModule