add motd to everyone!

This commit is contained in:
2025-10-14 22:29:43 -05:00
parent e32bdff7a8
commit 4d3935527b
18 changed files with 72 additions and 0 deletions

View File

@@ -41,6 +41,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 {