{ self, config, ... }: { users.motdFile = "/etc/motd"; environment.etc.motd.text = '' Machine ${config.networking.hostName} NixOS ${config.system.nixos.release} @ ${self.shortRev or self.dirtyShortRev} ''; }