nixos/rust-motd: fix assertion after pam changes in #331784 (#338162)

This commit is contained in:
Sandro
2024-08-29 15:46:48 +02:00
committed by GitHub
+1 -1
View File
@@ -88,7 +88,7 @@ in {
};
config = lib.mkIf cfg.enable {
assertions = [
{ assertion = config.users.motd == null;
{ assertion = config.users.motd == "";
message = ''
`programs.rust-motd` is incompatible with `users.motd`!
'';