summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2025-07-26 19:05:39 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2025-07-26 19:05:39 +0200
commite6c55d200a58a55ec9cf9d02e939d7f8a68910cb (patch)
tree5e5afb4df34deb44c8416f0e0fd05d0546856f12 /modules
parent6e6d17bd6b35ab3c821793361a81617c01f61908 (diff)
downloadnixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar
nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar.gz
nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar.bz2
nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar.xz
nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.zip
...
Diffstat (limited to 'modules')
-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