From 990134fdcefe5a520b09ac6dfcaf97066fde6685 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 3 Feb 2025 21:27:56 -0800 Subject: update nix directory structure to be more flexible and general --- nix/modules/postfix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/postfix.nix') diff --git a/nix/modules/postfix.nix b/nix/modules/postfix.nix index 90eb253..35c9e21 100644 --- a/nix/modules/postfix.nix +++ b/nix/modules/postfix.nix @@ -1,7 +1,7 @@ { config, lib, ... }: { services.postfix = { - enable = true; + enable = lib.mkDefault config.monorepo.profiles.server.enable; config = { }; }; -- cgit