From e6c55d200a58a55ec9cf9d02e939d7f8a68910cb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 26 Jul 2025 19:05:39 +0200 Subject: ... --- modules/postsrsd.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules') 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 type = lib.types.lines; default = ""; }; + + configurePostfix = lib.mkOption { + type = lib.types.bool; + default = false; + description = "noop"; + }; }; }; -- cgit v1.2.3