Error when run nixos-rebuild switch

I’m new to NixOS. When I try to run nixos-rebuild switch. I’m getting this error after running this command

Cannot set file attributes for ‘/var/log/journal’, maybe due to incompatibility in specified attributes, previous=0x10001000, current=0x10001000, expected=0x10801000, ignoring.

Cannot set file attributes for ‘/var/log/journal/0e9fb10f7eaa4aa4988eb1083b22df96’, maybe due to incompatibility in specified attributes, previous=0x10001000, current=0x10001000, expected=0x10801000, ignoring.

It did work the first time. I added the programs I wanted to install

What filesystem are you using?

I have 2 SSD and both drives were f2fs

Based on the error messages, you might investigate what those attributes are and how they might be incompatible. And just as a sanity check, what’s the output of stat /var/log/journal/?

FYI, my ZFS-based /var/log/journal/ has no attributes set. (The output of attr -l /var/log/journal/ is empty.)