···646646 # groups, in addition to those in the systemd-journal group.
647647 # Users can always read their own journals.
648648 ${pkgs.acl}/bin/setfacl -nm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal || true
649649+650650+ if ! [ -e /etc/machine-id ]; then
651651+ ${systemd}/bin/systemd-machine-id-setup
652652+ fi
649653 '';
650654651655 users.extraUsers.systemd-network.uid = config.ids.uids.systemd-network;