diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-07-26 19:05:39 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-07-26 19:05:39 +0200 |
commit | e6c55d200a58a55ec9cf9d02e939d7f8a68910cb (patch) | |
tree | 5e5afb4df34deb44c8416f0e0fd05d0546856f12 /modules/postsrsd.nix | |
parent | 6e6d17bd6b35ab3c821793361a81617c01f61908 (diff) | |
download | nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar.gz nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar.bz2 nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.tar.xz nixos-e6c55d200a58a55ec9cf9d02e939d7f8a68910cb.zip |
...
Diffstat (limited to 'modules/postsrsd.nix')
-rw-r--r-- | modules/postsrsd.nix | 6 |
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 | ||