This commit is contained in:
2025-10-14 21:06:17 -05:00
parent 1782467549
commit 28856a1328
4 changed files with 62 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ in
default = true;
description = "enable backups for ${service}";
};
motd = lib.mkOption {
type = lib.types.nullOr lib.types.str;
default = service;
};
};
config = lib.mkIf cfg.enable {