summaryrefslogtreecommitdiff
path: root/modules/postsrsd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postsrsd.nix')
-rw-r--r--modules/postsrsd.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/postsrsd.nix b/modules/postsrsd.nix
index 205e669d..bc941e3e 100644
--- a/modules/postsrsd.nix
+++ b/modules/postsrsd.nix
@@ -101,6 +101,12 @@ in
101 type = lib.types.lines; 101 type = lib.types.lines;
102 default = ""; 102 default = "";
103 }; 103 };
104
105 configurePostfix = lib.mkOption {
106 type = lib.types.bool;
107 default = false;
108 description = "noop";
109 };
104 }; 110 };
105 }; 111 };
106 112