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